No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
hello everyone ı have a problem with writing the program #include <stdio.h> int main(void) { char desiredgrade; double score; double currentaverage; double weight; printf("Enter your desired grade"); scanf("%c,&desiredgrade"); printf("Enter your current average in the course"); scanf("%f,¤taverage"); printf("Enter the final exam weight\n"); printf("as a percentage of the course grade"); scanf("%lf,&weight"); if … | |
hello everyone I changed the program like that but it still give me error please help me. [code] #include <stdio.h> int main () { char A; char G; double a,b,c,d ; double X,u,Y ; double campus,company,telecom,other; double q,w,r; double h,j,t; char P; char C; do { printf("Please enter the chosen … | |
hello everyone I need help to correcting and executing the program I wrote the program but program gives some errors like; warning C4013: 'printf' undefined; assuming extern returning int warning C4013: 'scanf' undefined; assuming extern returning int : error C2046: illegal case : error C2046: illegal case fatal error C1004: … | |
thank you for your replies but, I can't open the program. program doesn't work. If you have any different ideas please contact me. thanks.... |
The End.