Write a single statement that computes and prints the absolute value of total.
What will be an ideal response?
```
System.out.println(Math.abs(total));
```
Computer Science & Information Technology
What will be an ideal response?
```
System.out.println(Math.abs(total));
```