Home R Programming: To find the multiplication Table bytush •November 03, 2022 0 R Programming: To find the multiplication TableR Programming Code :num=as.integer(readline(prompt ("Enter a number "))) for (i in 1:10) { print(paste(num,'x', i, '=', num*i)) } CopySample Output:Write a R program Find the maximum and minimum value of a given vectorR Programming: Sort a Vector in ascending and descending orderR Programming: Find Sum, Mean and Product of a VectorR Programming: To find the multiplication TableR Programming: Check Odd and Even NumberR Programming: To check number positive or negativeWrite a R program to create a Data Frames which contain details of 5 employees and display details of employeesR Programming: To create 3 vectors A,B,C with 3 integers combine the three vectors to be column 3*3 matrix where with column represent vector print the content of matrixR Programming: To Check Number Prime or Not Facebook Twitter