* shaped diamond programRemoved the directive and all set... Thanks alot.
* shaped diamond programI am making a program which prints diamond shaped asterick signs.... Having 1 error on using namespa...
setw Write the program that prints following on the screen using setw manipulator. * * * * * * * * * ...
Codeline Help....[code] #include <iostream.h> main() { int x,y,z; cin>>x>>y; z=4.2*x+y*5/z-0.52*x/y+z/x+z cout<<z; re...
Codeline Help....Write down C statements to perform the following operations. Take x, y and z from the user: z = 4.2...
This user does not accept Private Messages