<span>The RAID level 2 could give high
information exchange rates and would be straightforward contrasted with other
Raid levels. Be that as it may, it has a high cost and would need a high rate move
required with a specific end goal to legitimize this cost.</span>
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
<span>Use a dark color with light-color text to contrast the headers with the data.</span>
Answer:
1 2 3 4 5 6 7 8 End
Explanation:
int i = 1;
while (i != 9){
System.out.print (i + " ");
i ++;
if (i == 9){
System.out.println("End");
}
}
The programs you need for you are not even done yet