Select the text you want to alter.
Press Shift+F3. Word changes the case of the selected text.
Continue pressing Shift+F3 until the case is the way you want it.
hope this helps
Access to 4 gigabytes of memory
Answer:
The equivalent if statements is:
ranforce = randi([0, 12]);
if (ranforce == 0)
disp('There is no wind')
else if(ranforce>0 && ranforce <7)
disp('There is a breeze')
else if(ranforce>6 && ranforce <10)
disp('This is a gale')
else if(ranforce>9 && ranforce <12)
disp('It is a storm')
else if(ranforce==12)
disp('Hello, Hurricane!')
end
Explanation:
<em>The solution is straight forward.</em>
<em>All you need to do is to replace the case statements with corresponding if or else if statements as shown in the answer section</em>
I think its D, double-headed if I remember right. If this is brainiest can you mark it, please! I am trying to rank up. Thanks, hun!