Answer:
876100
019343
Explanation:
10s complement of a decimal number is obtained by the following process:
- Obtain 9s complement ( Subtract each digit by 9)
- Add 1 to the result
1) 123900
9s complement => (9-1)(9-2)(9-3)(9-9)(9-0)(9-0)
= 876099
Adding 1 , 10s complement of 123900 = 876100
2) 980657
9s complement = (9-9)(9-8)(9-0)(9-6)(9-5)(9-7)
= 019342
Adding 1 , 10s complement of 980657 = 019343
Answer:
Constructor issue
Explanation:
When you look at the Class A, the constructor takes one argument as a parameter, a String.
A(String newS) {
s = newS;
}
However, in the main, the constructor does not take any argument as a parameter.
A a = new A();
That's why the code does not compile.
B- menu...... hope this helps
It depends, if it's chromebook, go to files and click the file or folder you want to delete. Click Delete to Delete. You can also use the shortcut Alt + Backspace. For Apple, Drag the item/file to the Trash. Or click on the item, then press Command-Delete. Click the Trash, then click Empty. When you see a warning message, click OK.