Computer Science, asked by ayushinair5555, 3 days ago

(a) Write a program to print * * * * * using for loop.​
(b) Write a program to print 5 5 5 5 5 using while loop.

(c) Write a program to check the greater among two numbers.

Answers

Answered by mrpatel2100
0

Answer:

ok please make me brain list

Answered by sangitsinghrana
0

Answer:

#include<stdio.h>

int main() {

int i = 1, number = 0;

printf("Enter a number") ;

scanf("%d",&number) ;

for(i=1;i<=10;i++) {

printf("%d\n",(number*1)) ;

}

Explanation:

PLEASE MARK ME BRALIEST ANSWER

Similar questions