I had put Viper on not long ago and began having a few issues but think maybe got them worked out. Today I was at the grocery doing some shopping, I ran into an unadvertised "special" and called my wife at home to ask her about it. I hit her number and was listening and a recorded voice says "please enter your pin number". What? pin for what.
Hi, I'm trying to make a program that prompts for input a certain number of times, like say the user inputs 5, it will prompt for other input five times. I get the number from the user, but how do I make a for loop that uses that variable instead of a number?
This is one of the things I tried, but it doesn't work. Any help please? Thank you!
I am sure that this has been addressed before, but I could not figure out how to find it.
I recently upgraded from 10.04 to 12.04
It seems to be working properly, and my laptop is low on space.
I am a uni student just starting out with java and getting more confused by the day. Can someone tell me what I have done wrong? It should input all of the strings and place them in the appropriate place in the bottom sentence.
import java.util.Scanner; // Needed for the Scanner class
/**
* This program consist of just a single class.
*/
Hi,
I downloaded a keyboard app with the idea that I want to be able to add shortcuts to input my passwords by entering a keyword like "pw' or "pw2". I use fairly long passwords and this feature would be of great use.
My problem is that when selecting the input box for a password, the suggestions don't come up above the keyboard. It works fine in a regular input box.
I am after making my program wait before responding to the users input,
what code do i use for this and how do i implement it?
#include <iostream>
using namespace std;
int main()
{
char instuctions = 0;
int A = 0; // user input 1
int B = 0; // user input 2
I upgraded 32 bit Ubuntu 10.04 to 12.04. When I click on my name at log in it gives me no chance to enter my password, it just says "log in." If I click on "avg," (whatever that is) it says "Password," and allows me to enter mine, which is rejected. I can log in as "Guest," and the installation seems otherwise good.
I am trying to calculate the maximum number from four numbers input by the user. I have the following code, but it does not work. It says there's an error with the last line "done". Any help would be appreciated.
Please enter a integer for knick-knacking (pyhton question)?
if the number is 1, with his thumb
if the number is 2, with his shoe
if the number is 3, with his knee
if the number is 4, at his door
this is what i have -_-
def main():
again = "Y"
while again == "y" or again == "Y":