1.Perform the operation and write in ascending order
a. -17-(-14)
b.-39+45
c.-83+81
d.-100+96
Answers
Answer:
a.-3
b.6
c.-2
d.-4
Ascending order
d.-4
a.-3
c.-2
b.6
Answer:
One-dimensional arrays
The condition "An array of N integers (or real numbers) is given" means that the actual size of the array (an integer N) and all its elements are given. The size of any array is assumed to be in the range 2 to 10, if the task does not specify it explicitly. The order number of the first element of array is assumed to be equal to 1.
If a task connected with array creation or array changing does not specify output data then the resulting array elements are supposed to be output in ascending order of their indices.
One-dimensional arrays: creation
The size of a resulting array is assumed to be not greater than 10 in all tasks connected with the array creation.
Array1. Given an integer N (> 0), create and output an array of N integers that are the first positive odd numbers: 1, 3, 5, … .
Step-by-step explanation:
Please mark me as brainliest. Ok