I am a beginner with software development and taking a logic and design class that I am being introduced to flowgorithm. I AM STRUGGLING DESPERATELY AND NEED HELP ASAP. I have spent hours and hours in the past two weeks trying to grasp this. It seems I understand the videos I see but then when an assignment is in front of me I hit a complete wall and get confused on how to achieve the goal! Would be kind enough to help???
@@flowgorithm Hello I see that you do view and reply. I am watch this video because I am also a beginner , struggling with flowgorithm ... How do you call a function from the main page and return more than one value
@@TeeJville10 flowgorithm only lets you return a single value. If you need to return multiple the only way is to pass in an array and store your values as multiple elrments in the array
Roshan. You have to create/declare a function before it can be used. On the video functions pt1. The first 4 minutes is creating the main code and call. 4min 10 is where i startvto create the actual function
How do i run 2functions Together when starting? i want to combine Nested Clock Looping with my Other Store Program. So my Clock Looping will be used by Store Manager. Example, in the Clock Looping it'll show 12PM. in my Store Manager, 12 PM Means Closed. so we wait until the Clock Looping to be 8PM so the Store will be Open and we can access some variables. thanks!
Hi. I am a beginner and am taking an introductory course in programming and logic. I'm not exactly sure how to ask my problem but I'm going to give it a try. We have a flowgorithm assignment that is going to requires that 1 be added to a number when there is any remainder after division is performed. We are also required to display the leftover amounts. Can you explain how this can be done? I hope that makes sense. Any help would be greatly appreciated!
It will need to use the MOD feature which is renainder division. Take a look amy my videos Modulo example and odd or even. They should give you a good starting point
@@flowgorithm ohhh, thank U so much for replying, i was kinda desperate someone would reply to a video from 2017 😂😂 so nice of you ❤️.. could you please help me just one more time? I'm stuck on how to check with an if statement if a variable value is inside an array. This is what i ended up writing: InputName==name[0] || InputName==name[1] || InputName==name[2] It works but this is daunting as i have to do this for many arrays of big sizes 🥺
@@Eveer.r loop through the array with a for loop. The counter variable of the for loop will be the index of the element. There are loads of examples of this on my channel EG th-cam.com/video/ThV_hsVPHiA/w-d-xo.html
How would I write a program that takes a function that takes no arguments and returns a Boolean value. a. Generate two random numbers between 1 and 10 using Flowgorithm’s built in random function b. Display the two random numbers and prompt the user to guess their sum c. If they guess correctly display a congratulatory message and have the function return a value of true d. If they guess incorrectly shame them, display the correct answer, and have the function return a value of false
I still not understand
Brilliant. What fun it is programming like this compared to text editing. Nice clear explanation. Many thanks dude :)
I am a beginner with software development and taking a logic and design class that I am being introduced to flowgorithm. I AM STRUGGLING DESPERATELY AND NEED HELP ASAP. I have spent hours and hours in the past two weeks trying to grasp this. It seems I understand the videos I see but then when an assignment is in front of me I hit a complete wall and get confused on how to achieve the goal! Would be kind enough to help???
If you tell me the assignment i migjht be able to advise you
@@flowgorithm Hello I see that you do view and reply. I am watch this video because I am also a beginner , struggling with flowgorithm ... How do you call a function from the main page and return more than one value
@@TeeJville10 flowgorithm only lets you return a single value. If you need to return multiple the only way is to pass in an array and store your values as multiple elrments in the array
@@flowgorithm Thank you for responding
Roshan. You have to create/declare a function before it can be used. On the video functions pt1. The first 4 minutes is creating the main code and call. 4min 10 is where i startvto create the actual function
How do i run 2functions Together when starting?
i want to combine Nested Clock Looping with my Other Store Program.
So my Clock Looping will be used by Store Manager.
Example, in the Clock Looping it'll show 12PM.
in my Store Manager, 12 PM Means Closed. so we wait until the Clock Looping to be 8PM so the Store will be Open and we can access some variables. thanks!
Hi. I am a beginner and am taking an introductory course in programming and logic. I'm not exactly sure how to ask my problem but I'm going to give it a try. We have a flowgorithm assignment that is going to requires that 1 be added to a number when there is any remainder after division is performed. We are also required to display the leftover amounts. Can you explain how this can be done? I hope that makes sense. Any help would be greatly appreciated!
It will need to use the MOD feature which is renainder division. Take a look amy my videos Modulo example and odd or even. They should give you a good starting point
if you have put 2 parameters inside that function, how would it know which global variable value should be assigned to which local variable??
Its the order they are passed in.
@@flowgorithm
ohhh, thank U so much for replying, i was kinda desperate someone would reply to a video from 2017 😂😂 so nice of you ❤️.. could you please help me just one more time? I'm stuck on how to check with an if statement if a variable value is inside an array.
This is what i ended up writing:
InputName==name[0] || InputName==name[1] || InputName==name[2]
It works but this is daunting as i have to do this for many arrays of big sizes 🥺
@@Eveer.r loop through the array with a for loop. The counter variable of the for loop will be the index of the element. There are loads of examples of this on my channel EG th-cam.com/video/ThV_hsVPHiA/w-d-xo.html
Bro I am getting an erro that says "You must define a function before you call it." can you help me in this.
Thank you for the video!
thanks buddy! wowowowow. phew we did it! yay!
Is there something similar but for Linux ?
thanks for the help
How would I write a program that takes a function that takes no arguments and returns a Boolean value.
a. Generate two random numbers between 1 and 10 using Flowgorithm’s built in random
function
b. Display the two random numbers and prompt the user to guess their sum
c. If they guess correctly display a congratulatory message and have the function return a
value of true
d. If they guess incorrectly shame them, display the correct answer, and have the function
return a value of false
Douchey_ should be easy enough. Is this a school/college question? I'll try and do a solution in the next cpl of days.
th-cam.com/video/C-UHD8BC9dA/w-d-xo.html
th-cam.com/video/C-UHD8BC9dA/w-d-xo.html