Answer
#include
#include
#include
void main()
{
long double x;
cout<<"\n Input number: ";
cin>>x;
cout<<"\n Number is "<
getch();
}
// smallest program i could figure out!!!! enjoy!!!
Answer
int abs(int num)
{
if(num < 0)
num = -num;
return num;
}
Chat with our AI personalities
Assuming your textboxes' "name" attribute is "txt1" and "txt2" respectively, the code would be: function swap(){ var temp = document.txt1.value; document.txt1.value = document.txt2.value; document.txt2.value = temp; }
No. There is no "right way" and "wrong way" of writing pseudo code, let alone qualifying with "absolute". However, a pseudo code is "wrong" if it cannot be understood, or it is incorrect in semantic (what the code tries to describe, solve, etc)
input number print number + 1
Here's a code snippet that solves that problem. if((total%5==0) (total%4==0)) { count += 1; } else { count += 2; }
volatile int means the code and fom outside from code can changes the value but in const volatile int, code cannot changes the value but fron ouside can change the value