icon
Related questions
Question
None
# include<iostream>
using namespace std;
int main()
{float x=4,y36,z=3;
z-=(x-y++);
cout<<x<<"\t"<<y<<"\t"<<z;
return e ;
}
Transcribed Image Text:# include<iostream> using namespace std; int main() {float x=4,y36,z=3; z-=(x-y++); cout<<x<<"\t"<<y<<"\t"<<z; return e ; }
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Storage Devices
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.