A place to watch daisy Taylor vids
It help to melt the snow quicker. they salt eats away the snow.
Answer:
missing quotation marks around a string literal
Answer:
The method is as follows:
double square(int num){
return num*num;
}
Explanation:
Written in C++
This first line defines the method
double square(int num){
This line returns the square of num
return num*num;
}
<em>I've added the full program as an attachment where I include the main method</em>
Explanation:
Answer in the attached image...
hope it helps