88.6k views
5 votes
You can import preinstalled libraries if you are using which languages? (Select two)

A) Python
B) R
C) Java
D) C++

1 Answer

3 votes

Final answer:

Python and R are the languages that allow you to import preinstalled libraries.

Step-by-step explanation:

Python and R are the two languages among the given options that allow you to import preinstalled libraries.

Python, for example, has a vast collection of preinstalled libraries, such as NumPy and Pandas, which are commonly used for scientific computing and data analysis. These libraries come bundled with the Python installation and can be easily imported into your program.

R, on the other hand, has a similar concept of preinstalled libraries, known as packages. packages like dplyr and ggplot2 are widely used for data manipulation and visualization.

User Wurlitzer
by
7.9k points