Difference between revisions of "Program a day"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
{{1010Chapter|Introduction=Practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010. |Overview=Find the prograrms listed for each day as well as the solutions]}}
+
{{1010Chapter|Introduction=Practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010. |Overview=Find the programs listed for each day as well as the solutions]}}
  
=Week 0=
+
=Input,Output, Comments and Indents=
To get started you will need a UserID(U of M ID). You need this UserID to log into campus computer labs and access your U of M email account.   
+
.   
 
==[[What_Is_Programming_1|Program 1: Print a poem]]==
 
==[[What_Is_Programming_1|Program 1: Print a poem]]==
 
=Week 1=
 
=Week 1=

Revision as of 20:15, 29 March 2010


Wiki 1010 Table of Contents

Chapter #

Practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010.

  Write a Program a Day Case Studies





Table of Contents


Input,Output, Comments and Indents

.

Program 1: Print a poem

Week 1

Program 2: Print a story with repetition and special characters

Program 3: How many seconds

Week 2

Program 4: Skill-testing question

Week 3