Online course
Online course
Write the right statement to achieve the task:
1) Displays numbers 10, 20, 30 separated by commas
2) Input 2 values in variables x and y
3) Displays next message: Today is a sunny day!
1) cout<<”10 20 30”;
2) cin>>x>>y;
3) cout<<” Today is a sunny day!”;