To power a storage device (HDD, SSD)
Explanation:
Methods of this technique include glueing, chemical gilding, and electroplating. Staining is used to color wood to give an illusion of texture. This may come in two varieties.
Answer:
Create a text file. And add this code in it:
@echo off
You are welcome to the batch programming!
And now save it with .bat file type. Give it any name you want.
And to run the bat file, double click the bat file. It will be running.
You can run it from command prompt as well. Type as below:
C:\folder\batch_name.bat.
Now, we can add as many commands in the file as we want, and we can do the batch programming.
Explanation:
Please check the answer section.
Answer:
i am still a beginner in this but i hope it helps.
- add scanner object;
- declare string FavColour;
- print msg to ask user for input
- print msg (" your favourite colour is " + FavColour)
Answer:
mark=input("enter your mark ")
Explanation:
the input method is used to get the input from the user.