#include<iostream.h>

void main(void)
{ 
    int x=0,y=2 ;
    x=y*4 ;
    cout<<x<<endl<<y<<endl;
}
Ketsuekiame commented: Words; I have none. -2

Recommended Answers

All 2 Replies

thanks.

Have you considered running the code?

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.