Answer:
i. This value was not accepted because we have 12 months and not 13.
ii. This is because the user entered the value for the day as value for the month.
Explanation:
i. Why was this not accepted?
This value was not accepted because we have 12 months and not 13. The user entered a value that was above the maximum value registered for the number of months in a year- which is 12.
ii. Why do you think this error occurred
This is because the user entered the value for the day as value for the month.
This could be because the user uses a date system different from that of the program.
Answer:
Webcasts
Explanation:
The rest of the options don't need to be streamed as there isn't a continuous flow of information.
Sorry I don't understand your question
Answer:
The most straight forward way to do it: in general string are zero index based array of characters, so you need to get the length of the string, subtract one and that will be the last character, some expressions in concrete languages would be:
In Python:
name = "blair"
name[len(name) - 1]
In JavaScript:
name = "blair"
name[name.length - 1]
In C++:
#include <string>
string name = "blair";
name[name.length() - 1];
I would say probably to a hard drive or to your downloads