-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_code.txt
More file actions
51 lines (46 loc) · 743 Bytes
/
input_code.txt
File metadata and controls
51 lines (46 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
main()
{
int r;
real x, y=6.5;
char z, another;
int avigyantesting = 6*20-100;
if(x > 20) then
{
char eps;
real def=2.3, abc=4.5;
int z;
cout << 'Y' ;
x = 20;
}
else
{
char alpha, beta;
int gg;
cin >> x;
cout << 'N';
if (x > 10) then
{
int num;
real number;
cout << 'Y' << x;
};
};
x = 20;
int a=5;
real b=3.2;
cout<<a;
if(a == 5) then
{
cout<<b;
}
else
{
cout<<a<<b;
if (a > 10) then
{
cout << io;
real io;
cout << 'Z' << a;
};
};
}