Answer:
a=4 , b=1
Explanation:
I'm not a computer science major at all but I think I can help you with this code.
Our program wants us to add 2 to a get new a value while also subtracting 1 from b value to obtain new b value. We we want to for for as long b is not 0 and a/b is nonnegative.
One round we get:
New a=0+2=2
New b=3-1=2
Let's see if we can go another round:
New a=2+2=4
New b=2-1=1
We can't go another round because b would be negative while a is positive which would make a/b negative. So our loop stops at this 2nd round.
a=4 , b=1
Other notes:
2nd choice makes no sense because a is always going to increase because of the addition on a and b was going to decrease because of the subtraction on it.
Third choice makes no sense because a/b doesn't even exist.
Fourth choice a/b is negative not nonnegative.
Mixed and market economies protect individuals' ability to make their own economic decisions.
False. you can make different slides have different transitions
If a data label, title, or legend in a chart is difficult to read, you can format them as bold, but you cannot change the font size: False.
<h3>What is a chart?</h3>
A chart can be defined as an effective medium that is used to graphically display data in a pictorial form. Thus, a chart comprises the following elements:
If the aforementioned elements in a chart is difficult to read for the end users, they can easily format them as bold and equally change the font size.
In conclusion, the elements in a chart can be formatted as bold and their font size can also be changed.
Read more on chart here: brainly.com/question/24741444