Answer:
You go to the "files" in your computer
It also depends on what kind of computer/laptop u have
Explanation:
Answer: True
Explanation:
There are actually four ways to create a macro. You would want to use %let.
Pie graph but idk if thats the answer
Answer:
All data in a computer is stored as a number. Binary data is primarily stored on the hard disk drive (HDD). The device is made up of a spinning disk (or disks) with magnetic coatings and heads that can both read and write information in the form of magnetic patterns.
Explanation:
Please mark me as brainilest if you don't mind and have a wonderful day!! :D
Answer:
if(isIsosceles){
isoCount+=1;
triangleCount+=1;
polygonCount+=1;
}
Explanation:
Here we are checking the condition for variable "isIsosceles" using if condition. if it is true then only if block executed and it will increment mentioned variable values by 1