unsigned count = 0;unsigned num=1;
do {
std::cout << num << std::endl;
num +=2;
} while (++count<50);
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
#include
you do this 10 print "0112358132134" use the whole of the thing
echo 'print a pattern'
Cls input "enter two no.s ",a,b sum=a+b print "sum = ";sum end
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
You can use int i; for (i = 10; i <= 50; i += 2) {//print i} as a program to print even numbers between 10 and 50.
#include
This would require some computer knowledge. It can make it easier to find out the prime numbers without figuring it out in your head.
you do this 10 print "0112358132134" use the whole of the thing
write a program to print A to Z on screen in c?
Try the triangle program on a search engine. Replace numbers with stars and that should do the trick
Write a c program to print the 100 to 1 nos
echo 'print a pattern'
Example: start ask the name for each word . print first letter stop
Cls input "enter two no.s ",a,b sum=a+b print "sum = ";sum end
10 CLS 20 FOR n = 1 to 10 30 PRINT n, n^2, n^3 40 NEXT n 50 PRINT: PRINT: PRINT "Touch 'x' to go again, any other key to end." 60 INPUT a$ 70 IF a$ = "X" or a$ = "x" THEN 10 80 END