Computer Science, asked by sumana3636, 10 months ago

assign the value of 2(1.414) to a variable​

Answers

Answered by ajayvermajnv04
10

Answer:Numbers[6] ={0, 1, 2, 3,4, 5 }; double SquareRoots[7] = { 0, 1, 1.414, 1.732, 2, 2.236, ... Wecan also initializedifferentelements of anarrayashavingthe same value. ... End[2] = 18; InC thereis no specificelemental variable type to store strings of ... hand side and assigns the resulting value to the variable on theleft hand s

Answered by malinidhruvi
4

Answer:

float a = 2.828

Explanation:

Similar questions