Computer Science, asked by madhuriaryan12, 7 months ago

right a program to find out the cube of a number whose value is given as 6 in computer​

Answers

Answered by Anonymous
23

Explanation:

Cube of a value is simply three times multiplication of the value with self.For example, cube of 2 is (2*2*2) = 8.AlgorithmTake integer variable.

Answered by gamingbhai
0

A computer file is used to store data in digital format like plain text, image data, or any other content. Computer files can be organized inside different directories. Files are used to keep digital data, whereas directories are used to keep files.

Computer files can be considered as the digital counterpart of paper documents. While programming, you keep your source code in text files with different extensions, for example, C programming files end with the extension .c, Java programming files with .java, and Python files with .py

Similar questions