<span>Consider
the cement used for the foundation; the bricks and timber used for the
walls; and the shingles used for the roof. All of these are __________
in making the house.
A. Elements</span>
Answer:
The program in Python is as follows:
num = int(input())
for i in str(num):
print(int(i))
Explanation:
This gets input for the number
num = int(input())
This converts the number to string and iterates through each element of the string
for i in str(num):
This prints individual digits
print(int(i))
Answer:
Eraser tool -removes the unwanted part of the drawing.
Row -horizontal space running from left to right.
Text -Primary component of a multimedia.
Drawing Area -Working are of ms point program.
I hope this helps!! Correct me plz if I'm wrong. If I'm right, could you mark me as brainliest?
Answer:
#include<iostream>
using namespace std;
int main()
{
int a,b,c;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
cout<<"enter the value of c:";
cin>>c;
cout<<"product is:"<<(a*b*c);
return 0;
}
Explanation:
i agree... its a interesting thing to learn, just like learning an actual new language.