Computer Science, asked by tenzingjampa978, 1 year ago

write a program to input a number and find its absolute value​

Answers

Answered by akshatgandhi66
1

Answer:

Void main (double n)

{

Int s=0;

s=Math.abs(n);

System.out.println(s);

}

Similar questions