Answer:
The program in Python is as follows:
num1 = int(input())
num2 = int(input())
if num2 < num1:
print("Second integer can't be less than the first.")
else:
for i in range(num1,num2+1,5):
print(i,end=" ")
Explanation:
This gets the first integer from the user
num1 = int(input())
This gets the second integer from the user
num2 = int(input())
If the second is less than the first, the following prompt is printed
<em>if num2 < num1:</em>
<em> print("Second integer can't be less than the first.")</em>
If otherwise, the number between the intervals is printed with an increment of 5
<em>else:</em>
<em> for i in range(num1,num2+1,5):</em>
<em> print(i,end=" ")</em>
<em />
Answer:
Expensive is not always better
Explanation:
So I build 2 computers ok
Computer 1: Price 1,999$
<u>Whats Included:</u>
- Antivirus
- Anti-Over-Heat
- Windows 8 Operating Software
- Free VPN (For Life)
- 24/7 Support
- 1 year warranty
- 3/5 Star Reviews | Main Review Type: Parts Breaking Inside
Computer 2: Price 799$
<u>Whats Included:</u>
- Anti Virus
- Anti Over-Heat
- 1 Year Warranty
- Windows 10 Operating Software
- 24/7 Support
- 10 Year Warranty
- 4/5 Star Reviews | Main Review Type: Runs Smooth
- No VPN
<h2>So Computer 2 Has better reviews and a 10 year warranty over computer 1's 1 year warranty</h2>
It should be compiled. It won't work if it's not compiled.
<span>C electric power transmisson and electronics</span>
<u>Implication of technological literacy to a teacher training today
:</u>
- First of training has to be under technology literacy before training starts. Trainer also should have enough knowledge on technology literacy.
- Trainer can take printed materials to share the document on the topic which to be covered and circulated to trainers
- Since it given as general topic, training teacher has to cover the following topic, general on computer and purpose of computer today's life, life cycle of computer grown from old PC to laptop and tablet.
- Next topic such be covered operating system and explain about the operating system and different technology is used.
- Revolution on technology should be also covered and explained in details.