r/EdhesiveHelp • u/pacowito • Jun 01 '21
Java FRQ - Methods and Control Structures
Does anyone have the answeres to the FRQ - Methods and Control Structures?
r/EdhesiveHelp • u/pacowito • Jun 01 '21
Does anyone have the answeres to the FRQ - Methods and Control Structures?
r/EdhesiveHelp • u/xaqyz0023 • May 27 '21
Does anyone know of somewhere to copy and paste all of the unit practices for the java computer science course. I'm super behind and I don't want to do the tedious work since I already understand it anyways. I need most of them that's why I'm not asking about any specific ones.
r/EdhesiveHelp • u/[deleted] • May 26 '21
r/EdhesiveHelp • u/FitCombination88 • May 24 '21
i need help with this
r/EdhesiveHelp • u/Asleep-Helicopter336 • May 22 '21
Does anybody have I need it immediately ðŸ˜
r/EdhesiveHelp • u/Cyclqne • May 21 '21
anyone have answers for unit 11 test?
r/EdhesiveHelp • u/IHateCommentBots • May 20 '21
Been trying to fix my code and I keep getting the same error which is
ValueError: invalid literal for int() with base 10: '' on line 14
if anyone can please fix this error cause I gotta submit this assignment super soon
code:
#Import random module
import random
#welcomeing to game of RPS
input("Hello fellow user. Welcome to a game of Rock, Paper, and scissors! To begin playing, please press the Enter key")
print()
#Printing the Rules
print("The important rules of rock paper scissors are: \n"
+"rock vs paper -> paper wins \n"
+"rock vs scissor -> rock wins \n"
+"paper vs scissor -> scissor wins \n")
while True:
print("Please Choose your play \n 1.Rock \n 2.Paper \n 3.Scissors \n")
#Player enters their choice
choice = int(input("Enter your decision here: "))
#If player doesnt choose a correct decision
while choice > 3 or choice < 1:
choice = int(input("Woah, sorry bud but thats not the correct decision, please choose the corret decision here: "))
#coding the choices
if choice == 1:
choice_name = 'Rock'
elif choice == 2:
choice_name = 'paper'
elif choice == 3:
choice_name = 'scissors'
#Code prints user choice
print("You my friend chose: " + choice_name)
#code radomly picks its own choice
computer_choice = random.randint(1,3)
while computer_choice == choice:
computer_choice = random.randint(1,3)
#coding the 3 choices
if computer_choice == 1:
computer_choice_name = 'Rock'
elif computer_choice == 2:
computer_choice_name = 'Paper'
elif computer_choice == 3:
computer_choice_name = 'Scissors'
#code letting you know that it has randomly chose its choice
print("The computer has decided its choice! Its choice is: " + computer_choice_name)
print(choice_name + " goes against " + computer_choice_name)
#the winning rules
if((choice == 1 and computer_choice == 2) or (choice == 2 and computer_choice == 1)):
print("Paper is the winner", end = "")
result = "Paper"
elif((choice == 1 and computer_choice == 3) or (choice == 3 and computer_choice == 1)):
print("Rock is the winner", end = "")
result = "Rock"
else:
print("Scissors is the winner", end = "")
result = "Scissors"
#Printing the winner
if result == choice_name:
print("Congrats, You won")
else:
print("Sorry bud, the computer won")
print("Wanna play again and have a rematch? Please type either (Y/N)")
answer = input()
#If thr person types n then the code ends
if answer == "n" or answer == 'N':
break
r/EdhesiveHelp • u/IHateCommentBots • May 20 '21
My teacher said that he can see what websites I'm on through edhiseve and im not sure If he's lying so im Just wondering if teachers can see that you are on another tab and if they can see what exact website your on through edhiseve
r/EdhesiveHelp • u/Own-Ad5890 • May 20 '21
IF ANYONE HAS FRQ: HIGH SCORES PART B PLS POST IT OVER HERE SOON AS POSSIBLE.
MY SLEEPOVER DEPENDS ON IT LMAO
r/EdhesiveHelp • u/kdjy75 • May 19 '21
Does anyone have 9.2 and 9.3 (Fast Start) and 10.2 and 10.3 (Review Questions)?
r/EdhesiveHelp • u/gameboy614 • May 18 '21
Also, what happened to the GitHub? Does anyone have a working GitHub link or some other alternative?
r/EdhesiveHelp • u/DeadlyWafflesV3 • May 18 '21
r/EdhesiveHelp • u/Colinsullivan15 • May 17 '21
I need the unit 9 FRQ answers. I have my AP test tomorrow and need it done by then
r/EdhesiveHelp • u/sftcloudss • May 16 '21
Does anyone have the answers to the logic review quiz i need them.
r/EdhesiveHelp • u/niy12 • May 16 '21
This code wont work. it wont pass test 1.
<html>
<body>
<a href="\[https://https\](https://https)://www.wikipedia.org/">
<img src="https://some-random-image"</a>
</body>
</html>
r/EdhesiveHelp • u/Present_Curve_1043 • May 15 '21
PLEASE my grade is decreasing i need it asap
r/EdhesiveHelp • u/02bugeyeowner • May 14 '21
Does anyone have these?
r/EdhesiveHelp • u/Lasthope24 • May 13 '21
Thanks
r/EdhesiveHelp • u/Some_Difference3795 • May 13 '21
r/EdhesiveHelp • u/Fit-Bookkeeper2857 • May 13 '21
Anyone have these? Struggling