Suppose, you options ( which is A/B/C in your case) are stored
in variable "option",
then syntax will be,
IF (option = A) THEN
DEBUG "This is option A"
ELSEIF (option = B) THEN
DEBUG "This is option B"
ELSE
DEBUG "THIS is option C"
ENDIF
"basic stamp 2" I’m having a hard time making a code with conditional statements. Please can...
"basic stamp 2" I’m having a hard time making a code with conditional statements. Please can you help me out Basically it is Since I have three options which are A or B or C I want to to pick let’s say B, so that means I want to open just this one. But I can’t seem to master the IF and ELSE codes as I know I need this ones in the loop Please provide me the code will...
basic stamp 2.0
please what code or what should i
look for in creating a code for a cocktail maker with two glasses
options to serve
basically a code that will allow
me to put in the exact amount of drink into a customers desire
glass.
i already made the actual
physical item with some components BUT now i need a code and we are
required to use only basic stamp sofware ONLY
just provide with code!!!
OR
what should...
"basic stamp 2" the language is pbasic i made a drinking machine BUT need help with a code that does the following math: starting point of my drink tank is 100 and now visualize this scenario: I decide to get a drink and choose a number like 60 in which i will have 40 leftover NOW i decide to go back and choose 30 in which i will have 10 leftover FINALLY i go back again and get the last...
Please help me code the following in: JAVA
Please create the code in as basic way as
possible, so I can understand it better :)
Full points will be awarded, thanks in advance!
Program Description Write a program that demonstrates the skills we've learned throughout this quarter. This type of project offers only a few guidelines, allowing you to invest as much time and polish as you want, as long as you meet the program requirements described below. You can...
can someone help me fix my jeopardy dice game I am having a hard time figuring out what i am doing wrong #include #include using namespace std; //this function makes a number between 1 and 6 come out just like a dice int rollDie() { return (rand() % 6+1); } //this function asks the user with a printed statement if they want to roll the dice and gives instructions for yes and no (y/n) void askYoNs(){ cout<<"Do you want to...
Jack Adam’s mind wandered as he sat outside Bill Squire’s office awaiting his yearly performance review… [Jack thinking.] Well, it’s 8:25. Five more minutes to go. Fifteen years with the company, and this new district manager, Squire, couldn’t even call and request this meeting personally. These annual performance appraisals are tough enough, and here I’ve got a bad sales record for the past 12 months. Surely he’ll be able to understand that the sales decreases were a result of the...
Hi. Could you help me with the code below? I need to validate the code below, using expressions that can carry out the actions or that make appropriate changes to the program’s state, using conditional and iterative control structures that repeat actions as needed. The unit measurement is missing from the final output and I need it to offer options to lbs, oz, grams, tbsp, tsp, qt, pt, and gal. & fl. oz. Can this be added? The final output...
Coding for Python - The pattern detection problem – part 2:
def calculate_similarity_list(data_series,
pattern)
Please do not use 'print' or 'input'
statements.
Context of the assignment is:
In this assignment, your goal is to write a Python program to
determine whether a given pattern appears in a data series, and if
so, where it is located in the data series. Please see attachments
below:
We need to consider the following cases:
Case 1 - It is possible that the given...
Hi there! I need to compare two essay into 1 essay, and make it interesting and choose couple topics which im going to talk about in my essay FIRST ESSAY “Teaching New Worlds/New Words” bell hooks Like desire, language disrupts, refuses to be contained within boundaries. It speaks itself against our will, in words and thoughts that intrude, even violate the most private spaces of mind and body. It was in my first year of college that I read Adrienne...
Hi, Kindly assist with my project management assignment below using the attached case study Question 1 Update the project charter for the remainder of the project in response to Adams’ memo (lines 241 through 246). Question 2 Prepare a plan for the remainder of the project in response to Adams’ memo (lines 241 through 246). Your answers to the above will be assessed in terms of the level of communication displayed, the insights and inferences drawn, and your ability to...