HEY COMPUTER EXPERTS AND GENIUS
CAN YOU SOLVE THIS
I DONT NEED IT ON SIMPLY DO IT IN A COPY AND SENT ME
HEPLING HAND
DON'T ANSWER
NO SPAM
Attachments:
Answers
Answered by
1
#include (stdio.h)
int main ( )
int counter;
print 1("Even numbers between 1 to 100 /n")
./
.Intialise counter with 1 ,and increment it in every.
.For every value of counter check wether it is even.
.Not and print it accordingly.
./
for (counter =1;counter (=100;
counter ++)
/star Even numbers are divisible by 2 star/
if (counter percentage 2=0)
/star counter is even, print it star
print f ("percentage d" , counter) ;
return 0:
int main ( )
int counter;
print 1("Even numbers between 1 to 100 /n")
./
.Intialise counter with 1 ,and increment it in every.
.For every value of counter check wether it is even.
.Not and print it accordingly.
./
for (counter =1;counter (=100;
counter ++)
/star Even numbers are divisible by 2 star/
if (counter percentage 2=0)
/star counter is even, print it star
print f ("percentage d" , counter) ;
return 0:
Similar questions