I want to disable the rest of the checkboxes on a website after a user has ticked two of the given checkboxes.?

<form> <input type=”checkbox” value=”bike”>Bike<br> <input type=”checkbox” value=”car”>Car<br> <input type=”checkbox” value=”lorry”>Lorry<br> <input type=”checkbox” value=”van”>Van<br> <input type=”checkbox” value=”boat”>Boat<br> <input type=”checkbox” value=”ship”>Ship </form> can you help me to do this? ✅ Answers Answerer 1 Better you plan to java script

What I am doing wrong?

I keep getting expression is not a method while I writing a program to display the roman numeral version of a number enter in visual basic. ✅ Answers ? Best Answer The following code works well. Module Module1 Sub Main() Dim Flag1 As Integer Dim Number, romanNumeral As String Do Console.WriteLine(“Enter a number between 1 … Read more

What are AI(artificial intelligence) algorithms used in creating intelligent quiz system?

(doing my online intelligence quiz creation project in asp.net) ✅ Answers ? Best Answer if else statements etc and some file editings etc lol but not use the asp because it is less powerfull and non-free use the php it is more powerfull and free a ready made php quiz is herehttp://flesl.net/Technical/sample_code_m… copy it save … Read more