Computer Science, asked by Don165, 1 year ago

Write a program in C to print the name of year

Answers

Answered by techmastersubham
0
10 CLS
20 input c
30 if (c$="august") then print "the name of the month is"; c$
40 END
RUN
Similar questions