1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nadusha1986 [10]
3 years ago
6

4. Write a program to calculate square root andcube root of an entered number .​

Computers and Technology
1 answer:
nataly862011 [7]3 years ago
3 0

Answer:

DECLARE SUB SQUARE (N)

CLS

INPUT “ENTER ANY NUMBER”; N

CALL SQUARE(N)

END

SUB SQUARE (N)

S = N ^ 2

PRINT “SQUARE OF NUMBER “; S

END SUB

You might be interested in
Im confused sorry.. can i get help?
garik1379 [7]

1.

If-then statements are used in a program to run certain code when ideal conditions are met.

2.

Since the variable word holds the word kangaroo and the if statement is asking if the variable word is equal to KANGAROO, the else statement will run. The output will be FALSE

3.

if (90 < = x <= 100) should be rewritten as Nothing, the if statement is correct.

4.

You use an else statement when you want your code to do something if your if statement is false.

5.

if (num1 != num2)

I hope this helps!

7 0
3 years ago
How do you keep word from trying to capitalize every isolated letter "i"
Firdavs [7]
Write "i" the write random words then delete it and add the lowercase i
8 0
3 years ago
Read 2 more answers
Assume that a boolean variable isQuadrilateral has been declared, and that another variable, numberOfSides has been declared and
egoroff_w [7]

Answer:

# The below code is in python programming language.

if(numberOfSides==4): #check the value number of slide is equal to 4 or not.

   isQuadrilateral=True # assignment statement for if condition

else:

  isQuadrilateral=False # assignment statement for else condition

Explanation:

The above code is in python language in which--

  • The first lines are the "if" condition which checks the value of "numberofslides" variable.
  • The second lines assign true in "isQuadrilateral" variable if "if" condition is true.
  • The third line is for "else" statement that executes when the "if" condition is false.
  • The fourth line is for "else" statement which assigns the value false to the numberofslides variables.
4 0
4 years ago
Why are visually interesting effects, such as WordArt, to be used sparingly?
mrs_skeptik [129]

Explanation:

<em>Formatting</em><em> </em><em>with</em><em> </em><em>Word</em><em> </em><em>Art</em><em> </em>

<em>Standard</em><em> </em><em>formatting</em><em> </em><em>options</em><em>,</em><em> </em><em>such</em><em> </em><em>as</em><em> </em><em>bold</em><em>,</em><em> </em><em>italic</em><em>,</em><em> </em><em>and</em><em> </em><em>underline</em><em> </em><em>,</em><em> </em><em>are</em><em> </em><em>all</em><em> </em><em>Available</em><em> </em><em>on</em><em> </em><em>the</em><em> </em><em>home tab</em><em>.</em><em> </em>

<em>Word</em><em> </em><em>Art</em><em> </em><em>Styles</em><em> </em>

<em>You</em><em> </em><em>can</em><em> </em><em>find</em><em> </em><em>Word</em><em> </em><em>art</em><em> </em><em>text</em><em> </em><em>effects</em><em> </em><em>in</em><em> </em><em>the</em><em> </em><em>text</em><em> </em><em>group</em><em> </em><em>on</em><em> </em><em>the</em><em> </em><em>insert</em><em> </em><em>tab</em><em>.</em><em> </em><em>When</em><em> </em><em>you</em><em> </em><em>apply</em><em> </em><em>a</em><em> </em><em>word</em><em> </em><em>art</em><em> </em><em>text</em><em> </em><em>effect</em><em> </em><em> </em><em>,</em><em> </em><em>PowerPoint</em><em> </em><em> </em><em>2</em><em>0</em><em>0</em><em>7</em><em> </em><em>displays</em><em> </em><em>the</em><em> </em><em>format</em><em> </em><em>contextual</em><em> </em><em>tab</em><em> </em><em>under</em><em> </em><em>drawing</em><em> </em><em>tools</em><em>.</em><em> </em>

8 0
3 years ago
Read 2 more answers
JAVA Code:
Burka [1]
Dear ,you should ask it on stackoverflow and geekforgeelks , not here
6 0
4 years ago
Other questions:
  • To recover a deleted document, what would you choose in the info window?
    9·1 answer
  • What special precautions should you take when detailing a steel-framed building to avoid excessive conduction of heat through th
    9·1 answer
  • PLS HELP GIVING 100 POINTS TO THE PERSON WHO WRITES IT
    6·1 answer
  • Which of the following examples has four beats in each measure?
    12·2 answers
  • Please help with attached file
    8·2 answers
  • The primary reason for a company to outsource jobs is to
    8·2 answers
  • Complete the following sentence.
    7·1 answer
  • Who is the father of computer​
    7·1 answer
  • What is the purpose of a computer network needs assessment? to evaluate how to move from the current status to the desired goal
    15·1 answer
  • Does anyone have any tips on how to begin a 10 page Capstone project paper? I've got to write a write a research paper on the ty
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!