Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~425 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for kimmy2467

new to programming. everytime i try ti comppile this program i get an error message saying expected unqualified... here is the code and the question that the code was made from Write a program that uses a loop to print the numbers from 10 to 20. int main(); int crt …

Member Avatar for nullptr
0
219
Member Avatar for kimmy2467

im new to programming. every time I try to compile my programs I get the message saying "expected unqualified id before '{' token. heres an example: int main() #include <stdio.h> int a, b; printf("Enter the first value:"); scanf("%d", &a); printf("Enter the second value:"); scanf("%d", &b); a = b + (a++) …

Member Avatar for rproffitt
0
206