Answer:
Complete the ZipZapZop()
function so that it requests an integer from the user. The function should display a response following this pattern:
• Divisible by 3: zip
• Divisible by 5 zap
• Divisible by 7 zop
Otherwise, just display the number
Note 1 numbers that are divisible by more than one (3, 5, or 7) should contain
all applicable terms.
Notes 2 Note that you are displaying directly from this function, not returning a value to the calling function.
Hint: The number only prints if it is not divisible by ALL of 3,5,or 7
Explanation:
Answer:
#include<iostream>
using namespace std;
int main(){
int x1,x2,x3;
int y1,y2,y3;
cout<<"Enter the value of first point(x1,y1): ";
cin>>x1>>y1;
cout<<"\nEnter the value of second point(x2,y2): ";
cin>>x2>>y2;
cout<<"\nEnter the value of third point(x3,y3): ";
cin>>x3>>y3;
}
Explanation:
first include the library iostream for use the input/output commands
then, write the main function. within the main function declare the variable which store the value of points.
after that, use the 'cout' for output. It has the function which print the value or message on the screen.
and 'cin' is used to store the value in the variable.
So, in the above code cout ask for enter the value of point and after enter value by user, cin store in the variables.
Note: you have to enter two value with space or by enter.
Answer:
phenomenon
Explanation:
Increased numbers of people or participants improve the value of a good or service.
I’m pretty sure it’s miner
“I’ll give you head I mean brainiest”
Answer:
It listens for sound intensity
Explanation:
It listens for the sound intensity and loudness. As the intensity varies the background color changes as well.