what kind you want to display? char or int..
this command to display the int..
printf("%d %d %d",a,b,c);
User Profile
Collapse
-
what the action you want?
i think loop can be done by combine using "loop for" and if..
this can be solved when we know what you want to displayLeave a comment:
-
how to use mathemathical symbol in switch(URGENT)
i have a problem to enter the input A+ or B+ in switch case
any body can help to solve my problem
program like this
...Code:#include <stdio.h> int main() { //start program int part,sol,com,cir,mat,wav,lan,anw; float no1,no2,no3,no4,no5,no6,gpa,cgpa,res,total=17; char c1,c2,c3,c4,c5,c6,q; int loop=1; while (loop==1) {// start while printf("Enter
No activity results to display
Show More
Leave a comment: