Answer:
This program required for loop and three variables are declared and initialized. then for loop is use to calculate the saving of 15 months.
The description of each line of code is given below in explanation section. However, it is noted that this program is implemented in C++ programming language using Dev C++.
Explanation:
#include <iostream>
using namespace std;
int main()// program started
{
int totalSaving=0;// total saving at the end of each month
int monthlySaving=100;// each month saving
int totalMonth2Save=15;// total month in which he can save
for (int i=1; i<=totalMonth2Save;i++)// for loop to count saving for 15 month
{
totalSaving= totalSaving + monthlySaving;// add the saving of each month into total saving
}
cout<<"Total saving at the end of 15th month is ";// display the message
cout<<totalSaving;//of total 15 month saving
cout<<"$";// show the currency symbol
return 0;
}
The two extensions in scratch are correctly matched to their accessibility goals Translate extension and Text to speech extension.
<h3>What are Scratch Extensions?</h3>
Scratch extensions are known to be used in an interface with external hardware and information outside of the Scratch website via new blocks.
Note that The two extensions in scratch are correctly matched to their accessibility goals Translate extension and Text to speech extension.
Learn more about scratch from
brainly.com/question/25720264
#SPJ1
Answer:
B. The computer jumps to the module, executes the instructions in the module, and then returns to the next executable instruction.
Explanation:
A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications.
A module can be defined as a separate software component or unit of a hardware program that comprises of one or more repeatable functions (tasks). A module is portable and as such can be used in various software applications or systems through a programming interface. Also, they are interoperable because they are generally compatible with various components of a software application or system.
When a module is processed, the computer jumps to the module, executes the instructions in the module, and then returns to the next executable instruction.
This ultimately implies that, the execution of an instruction by a computer is done sequentially and once the task is completed, the computer moves to the next executable instruction or command.
Answer:
Keep the knees and hips at 90-degree angles and the wrists straight.
Explanation:
From computer ergonomics, sitting at a desk and typing can affect the back, cause discomfort and sometimes injury. To protect the back, always sit with the knee and hips positioned at 90 degree while keeping the wrist straight and also position the equipment appropriately to always suite this posture.
Google is famously known as a search engine and it is being used around the globe. Aside from being a search engine, it also offers other services such as productivity software or google docs, e-mail services like Gmail, cloud storage or the google drive and it also offers social networking services through google plus. Google also has some desktop application for free of use such as google chrome, picasa and instant messaging like hangouts. Their mission statement as for being the most used search engine is "to organize the world's information and make it universally accessible and useful".