Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Sofia Morales

@SofieMLPA
Hi! I'm a 7th grader at LifePoint Academy. I love coding and thinks it's cool. But I am new, so go easy on me.
SofieMLPA
SofieMLPA
shared a Post
3 years ago
What's wrong with it?
Thanks to a few people here on Repl, I was able to get a good start on this game that I'm making. I ran into a little trouble though. Does anyone know
CodeLongAndPros
CodeLongAndPros
And then put lines 2-10 inside: class MainClass { public static void Main (string[] args) { {Code goes here} } } `3 years ago
CodeLongAndPros
CodeLongAndPros
At line 2 you need to insert this: string input = Console.NextLine(); 3 years ago
SofieMLPA
SofieMLPA
shared a Post
3 years ago
How do you put a question with multiple outcomes on a program in C#?
CodeLongAndPros
CodeLongAndPros
multiple outcomes on a program string input = Console.ReadLine(); if (input == "hello") { foo(); } else if (input == "spam") { Console.WriteLine("I don\'t like spam!"); } else { bar(); } 3 years ago
DynamicSquid
DynamicSquid
display the question display user input if user input is something then do something3 years ago
SofieMLPA
SofieMLPA
shared a Post
3 years ago
How do we share our codes with others outside of repl?
Survey
C#
Lord_Poseidon
Lord_Poseidon
Just send this link to anyone! https://WhisperedDesertedSign.sofiemlpa.repl.run3 years ago
DynamicSquid
DynamicSquid
I think you can share the link3 years ago
08KINPLIX
08KINPLIX
I dont know3 years ago
SofieMLPA
SofieMLPA
shared a Post
3 years ago
Just made a weird calculator for beginners. The order that you put the numbers in does matter. Hope you enjoy. Feedback is more than accepted.
Calculator (for begginers)
C#
SofieMLPA
SofieMLPA
shared a Post
3 years ago
I'm new to coding and this community looks great. I was trying to code a survey, and then it wouldn't run because it said that Console was an unexpect
Survey
C#
SixBeeps
SixBeeps
Missing semicolons on 98 and 993 years ago
SofieMLPA
SofieMLPA
shared a Post
3 years ago
i am trying to make a survey, and it won't run. And what is main cs?
Survey
C#
SofieMLPA
SofieMLPA
Hit another wall in my code. In need of help.3 years ago
theangryepicbanana
theangryepicbanana
You are missing a semicolon at the end of line 99: Console.WriteLine("And your favorite celeberity is " + celeb) `3 years ago
08KINPLIX
08KINPLIX
I dont know3 years ago