You should really state what language you are using. I have produced your method in C#, and should be easily translatable in to any other language.
static void RotateRight<T>(T[] arr)
{
T temp = arr[arr.Length - 1];
for (int i = arr.Length - 1; i >= 0; i--)
{
if (i == 0)
arr[i] = temp;
else
arr[i] = arr[i - 1];
}
}
Bro no one is going to help you write a two page report do it yourself are you that lazy?
Answer:
I think 128GB of storage would be fine.
Explanation:
It sounds like this person he's only looking to do basic tasks as you would still have room to do other things.
The answer to your question is,
True.
-Mabel <3
What are the following choices