Answer:
a. energy
Explanation:
The higher the amplitude, the higher the energy. To summarise, waves carry energy. The amount of energy they carry is related to their frequency and their amplitude. The higher the frequency, the more energy, and the higher the amplitude, the more energy.
Hope this helped!!!
Answer:
1. It has a clear objective.
2. It's useful to your audience.
3. It's well-rehearsed.
4. Your presentation deck uses as little text as possible.
5. Your contact information is clearly featured.
6. It includes a call-to-action.
Explanation:
Explanation:
An identifier is the name of a program or the names of the variables, classes, methods, namespaces or interfaces within a program that are used to identify the relevant data/info.
Typically, identifiers must start with a letter (no numbers) and must not have any spaces in them, it should indicate the meaning and usage of the element being referred and i t cannot have more than 511 characters.
An example is:
<em>int money;
</em>
<em>double accountBalance;</em>
Where money and accountBalance are the identifiers.
I hope you find this information useful and interesting! Good luck!
''for kids'' i think thats what that mean
To get everything on one line with two inputs is not (easily) achievable, as far as I know. The closest you can get is: print 'I have', a=input() print 'apples and', p=input() print 'pears. '