Usage of Variables & Operations in R Language
Let us assign a values to two variables and do the Sum of two Variables. Here assign A = 10 and B = 5 and run the two Lines of code Lets us take another variable and name it as C and assign the summation of variable A and Variable B in Variable C Here …