Explanation:
10:A program that assigns the sum 20,30,40
20: input 20,30,40
30:sum input
40: print total
End
 
        
             
        
        
        
Answer:
Contact CS, ( customer support ) They should be able to help you. Go to this link for more info. brainly.com/contact/index
Explanation:
 
        
             
        
        
        
Answer:
numbers = 1:1:100;
for num=numbers
remainder3 = rem(num,3);
remainder5 = rem(num,5);
  
if remainder3==0
disp("Yee")
else
if remainder3 == 0 && remainder5 == 0
disp ("Yee-Haw")
else
if remainder5==0
disp("Haw")
else
disp("Not a multiple of 5 or 4")
end
end
end  
end
Explanation:
- Initialize the numbers variable from 1 to 100.
- Loop through the all the numbers and find their remainders.
- Check if a number is multiple of 5, 3 or both and display the message accordingly.
 
        
             
        
        
        
The benefits are that you don't have to worry if something breaks from like a water leake or a storm and get destroyed the home owners have to pay
        
                    
             
        
        
        
I have been running into the same problem, they haven't said anything but that might be the case.