Test
1 2 3 4 5 6 7 8
|
#include <iostream>
#include <cctype>
using namespace std;
int main() {
int a;
a = 4 * 4;
cout << a;
}
|
#include <iostream>
#include <cctype>
using namespace std;
int main() {
int a;
a = 4 * 4;
cout << a;
} |
Last edited on
:l you can use the preview button when you want to see the formatting.
Topic archived. No new replies allowed.