answersLogoWhite

0

Math and Arithmetic

User Avatar

Vita Kulas

Lvl 10
2y ago
3.0
2 Reviews
Add a rating

Rate this Study Guide:

Cards in this guide (18)
What are the Iroquois beliefs

The Iroquois jumped of cliffs

How big is a dog

as big as godzilla

Barrel Racing is a sport originally developed for women

Barrel racing was designed for women, 8 out of 10 people that barrel race are female.

What were the homes of the Jumano people

Huts

Source code of Maze game in Visual Basic Net

um... i found this somewhere, i think it works. I use Java, so i dont know how it works. I think you can compile it in Microsoft Excel. (if you are a mac user, you wont be able to.

anyway, here it is:

Dim CX As Integer

Dim CY As Integer

Dim started As Boolean

Dim playerdead As Boolean

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

If CX = 0 Then

CX = Cells(1, 1)

End If

If CY = 0 Then

CY = Cells(1, 2)

End If

If playerdead = True Then

Cells(CY, CX) = ""

playerdead = False

CX = Cells(1, 1)

CY = Cells(1, 2)

End If

If Target.Row = 2 Then

If Target.Column = 1 Then

If Cells(2, 1) = ">" Then

Cells(2, 1) = "ll"

ElseIf Cells(2, 1) = "ll" Then

Cells(2, 1) = ">"

Else

Cells(2, 1) = ">"

End If

End If

End If

If Cells(2, 1) = ">" Then Exit Sub

If Target.Row = CY - 1 Then

If Target.Borders(xlEdgeBottom).LineStyle > 0 Then

Cells(CY, CX).Select

ElseIf Cells(CY, CX).Borders(xlEdgeTop).LineStyle > 0 Then

Cells(CY, CX).Select

Else

Cells(CY, CX) = ""

CY = CY - 1

If Cells(CY, CX) = "F" Then

Cells(CY, CX) = "F"

CX = Cells(1, 1)

CY = Cells(1, 2)

Cells(2, 2) = "yippee!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "R" Then

Cells(CY, CX) = "R"

CX = Cells(CY, 1)

CY = Cells(CY, 2)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "C" Then

Cells(CY, CX) = "C"

CY = Cells(2, CX)

CX = Cells(1, CX)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

End If

Cells(CY, CX) = "J"

End If

End If

If Target.Row = CY + 1 Then

If Target.Borders(xlEdgeTop).LineStyle > 0 Then

Cells(CY, CX).Select

ElseIf Cells(CY, CX).Borders(xlEdgeBottom).LineStyle > 0 Then

Cells(CY, CX).Select

Else

Cells(CY, CX) = ""

CY = CY + 1

If Cells(CY, CX) = "F" Then

Cells(CY, CX) = "F"

CX = Cells(1, 1)

CY = Cells(1, 2)

Cells(2, 2) = "yippee!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "R" Then

Cells(CY, CX) = "R"

CX = Cells(CY, 1)

CY = Cells(CY, 2)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "C" Then

Cells(CY, CX) = "C"

CY = Cells(2, CX)

CX = Cells(1, CX)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

End If

Cells(CY, CX) = "J"

End If

End If

If Target.Column = CX + 1 Then

If Target.Borders(xlEdgeLeft).LineStyle > 0 Then

Cells(CY, CX).Select

ElseIf Cells(CY, CX).Borders(xlEdgeRight).LineStyle > 0 Then

Cells(CY, CX).Select

Else

Cells(CY, CX) = ""

CX = CX + 1

If Cells(CY, CX) = "F" Then

Cells(CY, CX) = "F"

CX = Cells(1, 1)

CY = Cells(1, 2)

Cells(2, 2) = "yippee!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "R" Then

Cells(CY, CX) = "R"

CX = Cells(CY, 1)

CY = Cells(CY, 2)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "C" Then

Cells(CY, CX) = "C"

CY = Cells(2, CX)

CX = Cells(1, CX)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

End If

Cells(CY, CX) = "J"

End If

End If

If Target.Column = CX - 1 Then

If Target.Borders(xlEdgeRight).LineStyle > 0 Then

Cells(CY, CX).Select

ElseIf Cells(CY, CX).Borders(xlEdgeLeft).LineStyle > 0 Then

Cells(CY, CX).Select

Else

Cells(CY, CX) = ""

CX = CX - 1

If Cells(CY, CX) = "F" Then

Cells(CY, CX) = "F"

CX = Cells(1, 1)

CY = Cells(1, 2)

Cells(2, 2) = "yippee!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "R" Then

Cells(CY, CX) = "R"

CX = Cells(CY, 1)

CY = Cells(CY, 2)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

ElseIf Cells(CY, CX) = "C" Then

Cells(CY, CX) = "C"

CY = Cells(2, CX)

CX = Cells(1, CX)

Cells(2, 2) = "poof!"

Cells(2, 2).Speak

End If

Cells(CY, CX) = "J"

End If

End If

Cells(CY, CX).Select

If Cells(CY, CX).Font.Bold = True Then

playerdead = True

End If

If playerdead = True Then

Cells(CY, CX) = "N"

Cells(2, 2) = "ouch!"

Cells(2, 2).Speak

Else

Cells(CY, CX) = "J"

End If

End Sub

A farmer has 19 sheep All but 7 die How many are left

If you red the question carefully, you can see that it clearly says ALL BUT 7. So, 12 sheep died, leaving 7 left.

Which are the five source documents in accounting

what are the five source of document in accounting

What is 99 divided by 99

1

How do you get 1000000 robux for free

You don't!

What were the major European immigrant groups before the 1850

Spanish French and Dutch

What is an alternate accounting code

A complete accounting code.

What would 100000000 dollars in 1913 be worth today

About 22 times that amount.

What is the expanded for the number 709.104

1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 +

Command economy in a sentence

India has a commanded economy under the new prime minister. It means the country has economy in its hands.

1+1

1 + 1 = 2

1 1

11

1+1=

2

2+2=fish then what is fish +fish

its a trick questoin

Related study guides

What are the Iroquois beliefs

How big is a dog

What were the homes of the Jumano people

Source code of Maze game in Visual Basic Net

➡️
See all cards
4.19
27 Reviews

Helped the field of geography to expand far outside of mapmaking

Technology has helped geography expand far beyond

A region based on subjective attitudes about different areas of the world is called a

Which could be a form of bias in a map

➡️
See all cards
No Reviews

Are 1960 Topps Football cards more rare than 1960 Topps Baseball cards

This year the high school basketball team boasted a winning season by winning one more game than it lost The team played a total of 23 games How many games did the team win

Where do you buy a carton of cigarettes

Sean earns 4.50 per hour more than his trainee tyrone during one 8 hour day they earn a total of 284 how much does tyrone make per hour

➡️
See all cards
No Reviews

Are 1960 Topps Football cards more rare than 1960 Topps Baseball cards

This year the high school basketball team boasted a winning season by winning one more game than it lost The team played a total of 23 games How many games did the team win

The sum of two numbers is 92 One fifth of the first number added to one half of the second number is 34 Find the two numbers

Where do you buy a carton of cigarettes

➡️
See all cards
3.0
2 Reviews

Are 1960 Topps Football cards more rare than 1960 Topps Baseball cards

This year the high school basketball team boasted a winning season by winning one more game than it lost The team played a total of 23 games How many games did the team win

Where do you buy a carton of cigarettes

Sean earns 4.50 per hour more than his trainee tyrone during one 8 hour day they earn a total of 284 how much does tyrone make per hour

➡️
See all cards
No Reviews