Answer:
sorry maam/sir i wish i could help but i dont know how to answer that
Explanation:
because im middle school
Answer:
Follows are the progrm to this question:
#include <iostream>//defining header file
using namespace std;
void printFeetInchShort (int numFeet , int numInches)//defining a method printFeetInchShort
{
cout<<numFeet <<"'"<<numInches<< " \" ";//print value with ' and "
}
int main()//defining main method
{
printFeetInchShort(5,8);//call method by pssaing integer value
return 0;
}
Output:
5'8 "
Explanation:
In the above-given program, a method "printFeetInchShort" is defined, that accepts two integer variable, that is "numFeet and numInches" in its parameters.
- Inside the method, a print method is used that prints integer variable value with " ' and " " value.
- At the last step, the main method is defined, which calls the above-given method by passing integer value in its parameters.
I think it is picture/text wrapping
I wouldn’t trust this though
I’m sorry if it’s wrong
Answer:
ICT has a great impact in our daily lives. ... It can improve the quality of human life because it can be used as a learning and education media, the mass communication media in promoting and campaigning practical and important issues, such as the health and social area.
Explanation: