Advertisement
piffy

Error Horror

May 21st, 2015
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include iostream
  2. using namespace std;  
  3. int main();  }    
  4.     int a, b, c \\ Three integers    
  5.     a = 3
  6.     b = 4
  7.         c = a + b
  8.         Cout < "The value of c is %d" < C;
  9.         return 0;  
  10. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement