#include<iostream.h>
void main(void)
{
int x=0,y=2 ;
x=y*4 ;
cout<<x<<endl<<y<<endl;
}
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.