How to use comparison and logical operators in case statement??
@rafy-ivanmorales307710 жыл бұрын
Hey can you help me with a project I do have from College. I need to know how to write a code......using select case and elself? One textbox for the user type his age. one button for the user to click if he type 17 it will show a messagebox the will say ("you can't take the driving test") now if he press from 18 to it will show a messagebox ("you can take driving test") how I can write the code for this to be display
@jrmy-dev10 жыл бұрын
it's probably not relevant answering after 2 months but if your doing a windows form application add a button and a textbox and keep their names then type or paste this code Public Class Form1 Dim age As Integer = Nothing Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click age = TextBox1.Text If age >= 18 Then MessageBox.Show("you can take the driving test", "driving test", MessageBoxButtons.OK) End If If age
@bezant197111 жыл бұрын
The console.readline() strikes again
@thekuldeeptalks74427 жыл бұрын
In this for loop I m not able to get how output is nothing bcoz loop is running one time so please clear it to me...??
@melek904812 жыл бұрын
Case "hello" Console.WriteLine("goodbye") seems legit
@sandeshpatilhdfc44898 жыл бұрын
but i am not getting a output after Adding myString.ToLower() can any one help me
@jojo.s12 жыл бұрын
Turn captions on at 1:12 and it will say "and we'll do tumor cases for the case"
@HikikomoriDev11 жыл бұрын
yeah... Pico is kinda weird from time to time. Google is doing some more data mining to see how it can recognize speech better...
@XenoContact11 жыл бұрын
you really like fishing don't you?..
@appsicle13 жыл бұрын
someone thought this was episode one and got confused so they disliked the video
@newhuman94589 жыл бұрын
thanks a lot
@cedricclyburn9 жыл бұрын
Ok, i'm trying to do 25 of these a day. I want to learn vb in a week yolo