Write a program that will print a calendar for January

Junaidkhan2311

New member
Joined
May 27, 2019
Messages
2
Programming Experience
1-3
  1. You can use a loop and an IF statements.
  2. A good way is to use a FOR loop and an IF statement.
  3. You can use the modulus operator (for example 7 % 4 = 3)
  4. Use Console.Write and Console.WriteLine
  5. To get big spaces use the tab key ("\t")

Output should be like this:
532
 
Last edited by a moderator:
So do you have a specific question, or do you need somebody to just do your homework for you?
 
  1. You can use a loop and an IF statements.
  2. A good way is to use a FOR loop and an IF statement.
  3. You can use the modulus operator (for example 7 % 4 = 3)
  4. Use Console.Write and Console.WriteLine
  5. To get big spaces use the tab key ("\t")

Output should be like this:
View attachment 532
So do you have a specific question, or do you need somebody to just do your homework for you?
Hi thanks for your reply, I just completed this task. Thanks anyway
 
Back
Top Bottom