Answer:
A. Android and iOS
Explanation:
The two most frequently used operating systems on the tablets are Android and iOS. They are most famous operating systems currently. ios is used by apple hence it's tablets also known as ipads are on ios and other companies like samsung,motorola ,lenovo,hp etc. uses Android operating system on tablets.
B I'm not sure I'm in 4the grade are you talking about excel spreadsheet
Answer:
import java.util.Scanner;
public class DecimalToBinary {
public static String convertToBinary(int n) {
if(n == 0) return "0";
String binary = "";
while (n > 0) {
binary = (n % 2) + binary;
n /= 2;
}
return binary;
}
public static int convertToDecimal(String binary) {
int n = 0;
char ch;
for(int i = 0; i < binary.length(); ++i) {
ch = binary.charAt(i);
n = n*2 + (ch - '0');
}
return n;
}
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
String[] words = in.nextLine().split(",");
System.out.println(convertToBinary(convertToDecimal(words[0].trim()) + convertToDecimal(words[1].trim())));
in.close();
}
}
Explanation:
The window doesn't terminate, it just gets smaller and it may be closed at the bottom of your computer screen. All you have to do is click on the closed window at the bottom of your screen to re-open it! :) The window doesn't terminate, it just gets smaller and it may be closed at the bottom of your computer screen.
The idea of evidence of intelligent life on mars refuted by the us of “swapping spit” ideology by scientist.
<h3>What is the issue about?</h3>
Mars is known to have a lot of frozen bits of water and it is one that can harbor life, but it is see as a planet that no poof or life has been found yet.
Therefore, The idea of evidence of intelligent life on mars refuted by the us of “swapping spit” ideology by scientist.
Learn more about mars from
brainly.com/question/644043
#SPJ1