Answer to Question #12916 in C++ for shalennee

Question #12916
Write a single statement for each of the following:
Read integer value for X and Y and a floating-point value for Z.
1
Expert's answer
2012-08-10T11:06:29-0400
#include <iostream.h>

int X, Y;
double Z;

void main(){
cin>>X>>Y>>Z;
}



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS