write a program to enter a negative number then display its absolute value using c++ library
Answers
Answered by
0
#include<iostream.h>
void main()
{
int no.;
cout<<"enter any negative no.";
cin>>no.;
cout<<"the original value for the entered negative digit is:">>no.;
}
nakul39:
it's wrong
Similar questions
English,
7 months ago
Science,
7 months ago
India Languages,
7 months ago
World Languages,
1 year ago
Math,
1 year ago
Physics,
1 year ago
Biology,
1 year ago