Answer:
numbers = (0, 9, 8, 7, 5, 2, 4, 5, 3)
numList = list(numbers)
print(numList)
Explanation:
Answer:
The following are the program in the Java Programming Language.
//define a function
public void dashedLine (int x)
{
//check the variable 'a' is greater than 0
if (x>0)
{
//declare integer data type variable
int i;
//set the for loop that iterates from 1 to variable 'a'
for (i=1;i<=x;i=i+1)
{
//print the following dashes
System.out.print("-");
}
//for empty space
System.out.println("");
}
}
Explanation:
The following are the description of the program.
Answer:
Adding 6410 6510 on a computer with 8 bit registers and Two´s complement representation the decimal value is:
0 +8192+4096+0+0+512+0+0+64+32+16+8+0+0+0 = +12920
Explanation:
0 1100100001010
+ 0 1100101101110 = 0 11001001111000
0.000000000006789
0.1
4
7800000000000000
30.2000000000
0.006734
8000
0.00000356
120100000000
2000.34