Answer:
#include <iostream>//including libraries
using namespace std;
int main()
{
int arr[6] = { 0,1,2,3,4,5 };//make sure size of arr is 1 less than secArr
int secArr[7];//second array (1 element bigger)
for (int i = 0;i < 6;i++)//looping through each element (6 times)
{
secArr[i + 1] = arr[i];//transferring elements to second array and shifting by 1 cell
cout << secArr[i + 1] << endl;//printing elements of second array
}
return 0;//terminating program
}
Explanation:
The array size can range from any number. just make sure to keep arr one less than secArr. This is because we need the room for the extra element. This task is to help you understand how array work and how to parse through them using loops. For loops are the best for this task because even if you think intuitively, they work for as long as there are items in the array. and you can define the size yourself.
Solution :
a.
public Book(, String author, , int ) {
this. = ;
this. = ;
this. = ;
this. = ;
b). getTitle() {
return ;
}
setTitle() {
this. = ;
}
getAuthor() {
return author;
}
setAuthor(String author) {
this. = ;
}
getPublisher() {
return ;
}
setPublisher(String ) {
this. =;
}
public int get() {
return ;
}
set(int ) {
this. = ;
}
The stock market would behave very differently if people had easy access to that data.
Answer:
B. Design > Theme > choose a theme
Explanation:
-Applying themes-
- Select the Design tab on the Ribbon, then locate the Themes group. Each image represents a theme.
- Click the More drop-down arrow to see all available themes.
- Select the desired theme.
- The theme will be applied to the entire presentation. To apply a different theme, simply select it from the Design tab.