Answer:
Answered below
Explanation:
Data values in a program are held in variables. Variables are like containers for holding different types of data. A variable can be identified depending on the kind of data it holds. Variables can hold data types of integers, strings, arrays, lists, sets, Boolean etc. They hold unique data types and a can not hold different data types. Different rules exist for naming variables in different programming languages. A variable name should start with lowercase letters and be descriptive of the data it holds.
Answer:
function start(){
var age = readInt("Age: ");
if(age == 15){
println("Yes, you are a teenager.");
}else{
println("No, you are not a teenager.");
}
}
Explanation:
Answer:
Isnt there another thing that is supposed to be there like some website
Explanation:
Answer:
True i think i am not sure
Explanation:
<u>Reuse:</u> reusing internal and external components and behaviors maintains a consistent approach.
<h3>What is an e-waste?</h3>
An e-waste is the abbreviation for electronic waste and it can be defined as any electrical or electronic device that have been discarded because they are no longer functional and useful.
This ultimately implies that, e-waste are generally destined for disposal, resale, reuse, refurbishment, or recycling in the long run.
However, the burning of wires from e-waste extracts the following toxic components that are hazardous to human health:
Polybrominated flame reta-rdants
Read more on recycling here: brainly.com/question/25024898
#SPJ1