C
C#sunny innit

❔ I would appreciate some help.

So i have this assignment and in lieu of my grandma who passed this past week i've not had the opportunity to rewrite it. I would like some help writing it into pseudocode as i don't know where to begin. The rest of the assignment (Coding part) i'll try to work on it myself fully. I rewrote the chart from Swedish to English so its not perfect, but i hope it makes sense the assignment itself is to make a fully working blogpost this is just to help me think in the right direction
SI
sunny innit402d ago
Sorry for the mess
B
Buddy402d ago
I've done this, this is graded. So no, we cannot help you cheat.
SI
sunny innit402d ago
graded?
B
Buddy402d ago
It's a test
SI
sunny innit402d ago
I dont intend on cheating, i still need to make it a fully working code
B
Buddy402d ago
That gives you grades
SI
sunny innit402d ago
program thing not in my case?
B
Buddy402d ago
Yes, that is also a part of the test
SI
sunny innit402d ago
Not for me o_o i just always write pseudocode before actually writing the code, the pseudocode part isn't part of the assignment
B
Buddy402d ago
The task is to write pseudocode, and flowchart, as well as the code itself after you've written the flowchart and pseudocode. That is what gives you the grade, if we help you in any of those three. It is considered cheating.
SI
sunny innit402d ago
I see; i dont want to cheat as i have a final exam coming up in two weeks. But they didnt ask me to write pseudocode for this just turn that into working c# code the coding part im going to do fully myself at least help push me into the right direction?
B
Buddy402d ago
Note that C-level requires both pseudocode and flowchart in the planning stage.
SI
sunny innit402d ago
its not part of my criterias o_o is this a universal Sweden-wide assignment or something? there's no grades for me aside from F and E. (fail and passing grade) You dont need to give me the answer
B
Buddy402d ago
I'm guessing you've done pseudocode in one of your previous tests, just follow said structure.
SI
sunny innit402d ago
just help point me in the right direction? my main problem is this part
SI
sunny innit402d ago
SI
sunny innit402d ago
anything below that is a case thing or so i feel but how do i map out those two? in a concise way
B
Buddy402d ago
You pretty much write in Swedish, but follow a specific structure.
SI
sunny innit402d ago
I mean yes, well i guess i'll keep trying thanks anyway
B
Buddy402d ago
The book should have a chapter on pseudocode
SI
sunny innit402d ago
it does, but im not understanding it fully here; its just those side notes that are confusing me lol I dont need to write pseudocode either way as part of the assignment i just do it to better understand it this is assignment number 9 for me; i just want to know what those boxes i highlighted should be in terms of "IF" etc if you know what i mean
P
Pobiega402d ago
Whats the struggle with the two red marked ones? Like, how is "quit the program" hard to write pseudocode for?
SI
sunny innit402d ago
I guess whats holding me back is the how to go to them; like OR/IF etc. the ones below i have a little sense of understanding it
P
Pobiega402d ago
you mean the whole menu step?
SI
sunny innit402d ago
Well this is what i typed and im almost 90% sure its wrong hahaha
P
Pobiega402d ago
Show us what you got.
SI
sunny innit402d ago
Start Write out the menu load the menu IF print out all blogposts IF false Quit the program Case 1) Write a new post in the blog load a title load a text text Save the Blogg post IF NOT return to Write out the menu Case 2) Search posts within the blog deploy the search IF the post exists within the blog IF TRUE write and present the result return to Write out the menu IF FALSE return to Write out the menu Hahaha i went back to my notes
P
Pobiega402d ago
um.. yeah that seems weird.
SI
sunny innit402d ago
told ya :/
P
Pobiega402d ago
Start Write out the menu load the menu
? explain your thinking here what exactly is "load the menu", and why is it done after printing the menu? 😄
SI
sunny innit402d ago
Well i suppose i tried to write it in English and the right words may or may not have been used welllll i basically went with the chart presented itself
P
Pobiega402d ago
I'm fluent in swedish, so if you have it written down in that it works too
SI
sunny innit402d ago
I dont have it in Swedish; as it was optional to choose whichever language we wanted
P
Pobiega402d ago
okay. I think the problem is this:
P
Pobiega402d ago
this box shouldn't be "read out the menu"
SI
sunny innit402d ago
Also yes i remember you; You helped me understand some assignments before i started formally going to classes
P
Pobiega402d ago
it should be "get the users menu choice" we've already shown the menu, the next logical step is to check what the user wants to do by reading their choice
SI
sunny innit402d ago
Yeah the words used are questionable at best here as i tried translating it for the purpose of asking here hehe
P
Pobiega402d ago
Appreciate the effort 🙂
SI
sunny innit402d ago
True! in Swedish that step was "Läs in menyval" Which i took as "Load" my biggest gripe here is the ones to the left and right Are they an IF? well IFs
P
Pobiega402d ago
no, all 4 "out" arrows from "read out the menu" are individual menu choices pseudocode doesnt have strictly defined rules, but I'd probably write it like
Print menu
Read user menu choice
Find blog posts:
...
Write a new blog post:
...
search for a post:
...
quit:
...
Print menu
Read user menu choice
Find blog posts:
...
Write a new blog post:
...
search for a post:
...
quit:
...
honestly, not sure why you need application-level pseudocode I'd rather write pseudocode for each individual "block" on the flowchart otherwise you are just doing duplicate work
SI
sunny innit402d ago
Honestly; the reason why i am doing this pseudocode in the first place is because i have an exam coming up where Pseudocode will play a big role within 2 weeks but also because im taking an SAT to hopefully get into college for this within a couple weeks
P
Pobiega402d ago
Högskoleprov my friend!
SI
sunny innit402d ago
so im just trying to make it harder for myself haha well i didnt do it this year or in the past couple years haha I've applied to various Yrkeshögskolor within Stockholm
P
Pobiega402d ago
YH is the way to go for sure
SI
sunny innit402d ago
Yeah! so i want to make it harder for myself so i can hopefully make it for those exams
P
Pobiega402d ago
regardless, for this... try writing out the pseudocode for each block on its own, then combine them thats more or less how I do my problemsolving IRL whiteboard out a basic flowchart, then pseudo each item on the flow
SI
sunny innit402d ago
Okay i will! I can post what i've done afterwards if you guys want to see some easter memes Start SKRIV ut Meny LÄS in menyval Fall 1) SKRIV ut alla blogginlägg GÅ tillbaka till Skriv ut Meny Fall 2) SKRIV nytt inlägg i bloggen LÄS in titel Spara blogginlägg GÅ tillbaka till Skriv ut Meny Fall 3) SÖK inlägg i bloggen LÄS in sökning OM inlägg finns i bloggen OM SANT Skriv ut och presentera resultat OM FALSKT Skriv ut och presentera resultat Gå tillbaka till skriv ut meny Fall 4) Avsluta programmet @Pobiega Wrote it in Swedish; Im going to redo it in English after this. Its not perfect, but getting there i think
P
Pobiega402d ago
seems okay
SI
sunny innit402d ago
Thanks a ton 😄 When stuff works its a lot of fun, hopefully i wont bald before i start studying @LLVM Thanks to you too for replying!
A
Accord401d ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Discord Bot Service ProblemDoes anyone know how to register that service properly?❔ abstract class vs interface```cs public interface IFoo { protected static string GetFormattedTime() => DateTime✅ Refit / RestLess API SDK StructureHey! How do I structure an SDK for my API? Let's say I have 2 resources: Users and Groups. I coul❔ Best way to display a continually updating list of messages```cs @inject MerpieClient Client @inject MerpieHubConnection HubConnection @inject ILogger<MessageL❔ How can I fix this I keep getting null value in my string variable❔ How do I go from interface to implementation while navigating ASP.NET core code?I saw this youtube video and he seamlessly navigates the source? How can I do this? Thanks.Console Application published as PublishSingleFile the window auto close for few devloper.I have published a .exe file with runtime framework included, and distributed to other developer for✅ Set Background color for one specific Row in GridI have a WPF project and a grid with a bunch of rows and columns. How can I change the background co❔ Facial recognition and centering using emgucv and arduino servos (visual studio)Hi guys, I am code illiterate. I found this code and need help because I do not know how to fix any ❔ Speech Recognizition makes me wanna cryI have already tried, using speech recogniztion on C++,Rust and now C#, since when this was that har❔ Système connexion wpfHello, Is someone making a connection system in wpf c# xaml to be simultaneously connected to my sit✅ How to use SVGs in XAML file (WPF)I have a WPF project and I want to use an svg file in MainWindow.xaml. How do I properly use svg in ❔ Progress bar value from 0 to 100 over 3 seconds for my splash screenI CANNOT GET IT TO WORK❔ How are prices changes/updates commonly handled in e-commerce?Is polling/signalr used to display relevant/current prices? What about when the price changes during❔ Copying selected item from list box to another list box (Utilizing data source)I cant seem to be able to copy one item from a listbox to another, my current code I am attempting i❔ Im a begginerthe script just copies the text from running a command in cmd why does it work if i use systeminfo o❔ Widget for Windows using WFA c#Hello, how i can make a widget for Windows 10 using WFA c# it just a program without border? what is❔ I am learning and I do not know what is wrongI am following a brackeys tutorial and have only changed the text to be written.❔ WPF ProblemAnyone know whats wrong?❔ Identity server using problems.Hi all, before I start, I wanna sorry for my bad English, cuz its not my native language. So, i make