Answer:
are u in HS or college work
I am trying to understand
 
        
             
        
        
        
Answer:
Here
Explanation:
To move keyboard to bottom of screen, you just need to tap and hold the keyboard icon at the bottom-right corner of the keyboard, choose Dock option. To fix iPad keyboard in middle of screen, please tap and hold the keyboard icon, then choose Dock.Nov 5, 2020
 
        
             
        
        
        
Answer 
NO sorry 
Have a great day
        
                    
             
        
        
        
The pseudocode to find the sum of all integers that are multiples of 9, from 1 to 250.
totalSum = 0
for i from 1 to 250{
      if i is divided by 9 and remainder is 0{
            totalSum  = totalSum + i;
      }
}
print(totalSum)
in python language the code will be
totalSum = 0
for i in range(1,250):
     if i%9==0:
        totalSum += i
If you will run the program , the answer would be 3402.
 
        
                    
             
        
        
        
Answer:
1. x - 6
2. p - ? = 7
i chose these equations because
a number - 6 = the weight of your backpack.
p - an unknown number without a substitute variable = slices of bread left.