COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
assign.cpp
Go to the documentation of this file.
1
// We intend to make this file cannot be compiled.
2
#include<iostream>
3
using namespace
std;
4
int
main
(){
5
int
a,b,c;
6
cin >> a;
7
cin >> b;
8
cin >> c;
9
cout << a+b+c << endl
10
}
main
int main()
Definition
assign.cpp:4
Module2
Assignments
2012111111
assign.cpp
Generated on Thu Nov 14 2024 10:59:44 for COMP2113 by
1.12.0