I have this problem. I was trying to build a spreasheet that, on open, would prompt a UI that allows the user to select between 3 custom buttons. A re ...
I have this problem. I was trying to build a spreasheet that, on open, would prompt a UI that allows the user to select between 3 custom buttons. A re ...
Below is a simple programme importing few modules in Node.js In all the module importing , we just put the name of module inside the brackets. Howe ...
Hello I have a problem with this exercise: Write a program that calculates the area of a figure? What figure? 1 - rectangle, 2 - triangle if user wil ...
there With automatic1111 stable diffuison, I need to re-draw 100 images. Thanks to clip-interrogator, I've generated prompt text for each one of them ...
I've just started learning how to code in JS and I wanted to make a program that greets the user after he fills the information needed age and name. ...
Following Arduino code purpose is to get a char from user. Currently problem of continuously prints the prompt. I want it to print the prompt only onc ...
I am trying to set my csh prompt to the raw output of a particular command. I know how to do that for simple outputs; for example: ... results in a ...
I am experimenting with JavaScript. I'm just wondering if there is a way to make a prompt a dropdown of set options that the user can choose from so t ...
I'm making a calculator in JS that displays commands and the result in a prompt. I want to add an action that, after receiving the result of the oper ...
Want to let the user make an array until they press cancel on the prompt But the nested if statement won't trigger and break the while loop. The goal ...
I am experimenting with the npm package, prompt, and would like to find out something. Basically, I have this code: The code is supposed to ask a ...
I want to know how will i keep doing something until the end of the file I tried while not EOF() : it showed a syntax error when i ran it in command ...
Is there a way to reduce the number of prompts to one line of code, perhaps a prompt that allows for a multi-line input box when prompted in the forma ...
So, let me preface that I am still learning C++ and would appreciate some guidance on what I am doing wrong. My prompt is to write a function that co ...
In Python I used input function to get user input but in javascript I am trying to use prompt() which I seen in goolgle search but it is not working. ...
I have the following script that is successful in prompting users to restart their computers. The script prompts users to restart their computers ever ...
I am having a little trouble with this assignment for school. I am using JavaScript to make a menu and give the total price of that order. I am doing ...
I am writing a personal tool which gives me a prompt and lets me execute useful commands. Like bash but its not a shell program I want an input promp ...
Trying to write a javascript code That will enable user to select the number of prompt boxes. Like,The prompt box will say, how many prompts do you w ...
Im having trouble figuring out what loop to use and where to place it so that it prompts a user for an input. If the input is -1 it should exit the pr ...