1) The correct answer is <span>B. at the end of the fuel rail.
2) The one who is correct is the Technician A.</span>
Answer:
A
Explanation:
var3 is happy + birthday, ×2
l.e happy birthday happy birthday
Answer:
Explanation:
To write a C program for the above problem:
#include <stdio.h>
int main()
{
// we define the variable to get the annual income
float AnIncome;
// to get the annual income from the user
printf("Enter your annual income here: ");
scanf("%f", &Anincome);
// This is the function to test the annual income
float printIt(x){
//we test the amount inputted now
if (x>= 90000){
printf("Congratulations on your income\n"); // This is the congratulatory message
}
if (x<=0){
// This statement is included to avoid putting zero as annual income
printf("Annual Income cannot be zero or less than zero\n");
}
else{
printf("You WILL make $90,000, if you keep going.\n");
}
}
printIt(AnIncome);
return 0;
}
Attached is the image for a flow chat for the program
Answer: Links
example: <a href:"http//:www.brainly.com"> (Text)</a>
Answer: wireframe
Explanation:
Wireframe is a flowchart illustrating the site structure of a website. A website wireframe shows the website's skeletal framework.
It should be noted that the wireframe shows the arrangement or the page layout for the content of the website which includes the navigational systems and the interface elements and how they both combine to work together.