arrays
1.What is stored in list after the following C++ code execute?
int
list[10];
for (int i=0;i<5;i++) {
list[i] =i
* (-
1);
if (
i
% 2 == 0)
list[i] = list[i] +
i
;
else if (
i % 3 == 0)
list[i] = list[i]
–
i
;
else if (
i > 0)
list[i] = list[i]
–
list[
i
–
1]
;
2.
Write a
c++
program to input
10 values for two
arrays
.
a.
D
elete the 5
th
item in both the lists
.
b.
C
opy
the 1
st
item from the first
array to 5
th
item in the second array.
3.
Write a
C++
program to get the x and y values
in two
arrays
. Find
a.
x
+y
a.
x
–
y
b.
x*y
c.
2x +3y
4.
Write a
C++
Program to get a
array
of values and calculate the standard deviatio
n. Use math
library for finding sqrt in the Standard Deviation. Write your function to calculate the mean and
variance.1.
What is stored in list after the following C++ code execute?
i
nt
list[10];
for (int i=0;i<5;i++) {
list[i] =
i
* (i
–
1);
if (
i
% 2 == 0)
list[i] = list[i] +
i
;
else if (
i % 3 == 0)
list[i] = list[i]
–
i
;
else if (
i > 0)
list[i] = list[i]
–
list[
i
–
1]
;
2.
Write a
c++
program to input
10 values for two
arrays
.
a.
D
elete the 5
th
item in both the lists
.
b.
C
opy
the 1
st
item from the first
array to 5
th
item in the second array.
3.
Write a
C++
program to get the x and y values
in two
arrays
. Find
a.
x
+y
a.
x
–
y
b.
x*y
c.
2x +3y
4.
Write a
C++
Program to get a
array
of values and calculate the standard deviatio
n. Use math
library for finding sqrt in the Standard Deviation. Write your function to calculate the mean and
variance.
1.
What is stored in list after the following C++ code execute?
i
nt
list[10];
for (int i=0;i<5;i++) {
list[i] =
i
* (i
–
1);
if (
i
% 2 == 0)
list[i] = list[i] +
i
;
else if (
i % 3 == 0)
list[i] = list[i]
–
i
;
else if (
i > 0)
list[i] = list[i]
–
list[
i
–
1]
;
2.
Write a
c++
program to input
10 values for two
arrays
.
a.
D
elete the 5
th
item in both the lists
.
b.
C
opy
the 1
st
item from the first
array to 5
th
item in the second array.
3.
Write a
C++
program to get the x and y values
in two
arrays
. Find
a.
x
+y
a.
x
–
y
b.
x*y
c.
2x +3y
4.
Write a
C++
Program to get a
array
of values and calculate the standard deviatio
n. Use math
library for finding sqrt in the Standard Deviation. Write your function to calculate the mean and
variance.
"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.
Discount Code: CIPD30
Click ORDER NOW..


