Hello, I am trying to write a program in c++ which accepts
month and year from the user and prints the calender. So
please tell me the algorithm and what is the calender logic.
No Answer is Posted For this Question
Be the First to Post Answer
How to Split Strings with Regex in Managed C++ Applications?
How do I store linked list datas into an array?
3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...
Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)
write a program to calculate the radius for a quadratic equation use modular programming(function abitraction)hint use quadratic function
1 Answers ICAN, Jomo Kenyatta University,
write a program that accepts a number and outputs its equivalent in words. take note that the maximum input is 3000
how to take time as input in the format (12:02:13) from user so that controls remains between these columns?
What will be the output- for(i=1;i<=3;i++) { printf("%d",i); continue; i++; }
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
0 Answers Jomo Kenyatta University,
A Binary no. is given, we hav to find it's decimal equivalent.
main(){int a=5,b 10,c=2, d;a=b c;d=++a=(--c)*2; printf("%d%d%d%d,a,b,c,d; return o;}
i don't know about working of nested for loop can any one help me