Computer Science, asked by manimanoj10476, 2 days ago

PROGRAM TO TAKE 5 VALUES FROM THE USER AND CHANGE ANY TWO ELEMENT USING ARRAY

a[0]=1 a[1]=2 a[3]=3 a[4]=4 a[5]=5

change any element

a[3]=10 a[4]=7

output

1

2

10

7

5

Answers

Answered by asmi120308a
0

Answer:

These notes contain many sample calculations. It is important to do these yourself—type them in at your keyboard and see what happens on your screen—to get the feel of working in R.

Exercises in the middle of a section should be done immediately when you get to them, and make sure you have them right before moving on.

Many other similar introductions are scattered around the web; a partial list is in the “contributed documentation” section on the R web site (

Similar questions