Answer:
A. (55 x 5) - (40 x 5)
Step-by-step explanation:
You are solving how much miles (further along) would the second car be after 5 hours.
The first car averages 40 miles per hour. 5 hours later, it will have averaged about 200 miles in 5 hours (40 x 5 = 200).
The second car averages 55 miles per hour. 5 hours later, it will have averaged about 275 miles in 5 hours (55 x 5 = 275)
Subtract: 275 - 200 = 75
The second car would have averaged 75 more miles than the first car.
~
Answer:
how are you?
Step-by-step explanation:
Answer:
Algorithm
Start
Int n // To represent the number of array
Input n
Int countsearch = 0
float search
Float [] numbers // To represent an array of non decreasing number
// Input array elements but first Initialise a counter element
Int count = 0, digit
Do
// Check if element to be inserted is the first element
If(count == 0) Then
Input numbers[count]
Else
lbl: Input digit
If(digit > numbers[count-1]) then
numbers[count] = digit
Else
Output "Number must be greater than the previous number"
Goto lbl
Endif
Endif
count = count + 1
While(count<n)
count = 0
// Input element to count
input search
// Begin searching and counting
Do
if(numbers [count] == search)
countsearch = countsearch+1;
End if
While (count < n)
Output count
Program to illustrate the above
// Written in C++
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main()
{
// Variable declaration
float [] numbers;
int n, count;
float num, searchdigit;
cout<<"Number of array elements: ";
cin>> n;
// Enter array element
for(int I = 0; I<n;I++)
{
if(I == 0)
{
cin>>numbers [0]
}
else
{
lbl: cin>>num;
if(num >= numbers [I])
{
numbers [I] = num;
}
else
{
goto lbl;
}
}
// Search for a particular number
int search;
cin>>searchdigit;
for(int I = 0; I<n; I++)
{
if(numbers[I] == searchdigit
search++
}
}
// Print result
cout<<search;
return 0;
}
Answer:
1444 uf FC fun with that one is a little bit ago and now I have to do it again in a bit of the day I will be there in a few days
Answer:nothin much
Step-by-step explanation: