The output of the given algebra b = -1 - 7a with the given input of a = 6 is calculated to be; b = -43
<h3>How to solve basic algebra?</h3>
We are given the algebra;
b = -1 - 7a
where;
a is the input
b is the output
Now, we are given the value of the input to be a = 6
Thus, output is calculated as;
b = -1 - 7(6)
b = -1 - 42
b = -43
Thus, the output of the given algebra with the given input is -43.
Read more about algebra at; brainly.com/question/723406
The answer is b so now gave brainlest
Answer:
the situation was that he was in bed and hungry and his earnest wish was to eat
Explanation:
Answer:
you are wrong all months have 30 days
Arrays are data types used to hold multiple values in rows and columns
A 2 dimensional array can be created using int [] myArr = new int[3][4];
Assume the following parameters:
- The array data type is integer
- The array has 3 rows and 4 columns
The declaration of a 2 dimensional array follows the following syntax:
data-type[] array_name = new data-type[row][column];
Using the above syntax, a 2 dimensional array can be created using:
int [] myArr = new int[3][4];
Read more about 2 dimensional arrays at:
brainly.com/question/25671027