// // // 11/10/2017 // AT1.4 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace AT1._4 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void btnStart_Click(object sender, EventArgs e) { ..
index.html Welcome the World Association of Detectives Please use this form if you are attending the monthly meeting. Personal Details Full Name: Membership Type Associate Professional Executive Membership Number: Mobile Phone: Catering Details Do you require the special dietary menu? Yes No What drink would you like during the meeting? Beer Red Wine White Wine Cocktails Spirits Juice Non-alcoho..
AT2 for c sharp programing using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Xml.Linq; using System.Xml.Serialization; //Date: 15 October 2017 //This program will create a database of games. //all games w..
AT2 //requirements. //Portfolio Assessment Activity AT1.3 //Q.6 Create a Windows Forms Application that sorts a list of random number by using the Shell Sort //algorithm. The program must use an Array of 29 integers. After each iteration the program must //display the Array. //procedure shellSort(array[]) //gap = array length //WHILE gap > 0 //FOR i = 0 TO arraylength-1 // j = i; //temp = array[..