Computer Science, asked by nakul39, 10 months ago

write a program to enter a negative number then display its absolute value using c++ library

Answers

Answered by gideonsam2000
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
gideonsam2000: ooh sry
Similar questions