4G MTN-SAO 10:26 Gymnasts Gymnast and Medal: Jaimey Gold Jessica Bronze Georgia Gold Jaden Gold Percentage for Gold: 75% got gold OK Program has two arrays, namely, name and mark array. Array values...



Programming language is C#


4G<br>MTN-SAO<br>10:26<br>Gymnasts<br>Gymnast and Medal:<br>Jaimey Gold<br>Jessica Bronze<br>Georgia Gold<br>Jaden Gold<br>Percentage for Gold:<br>75% got gold<br>OK<br>Program has two arrays, namely, name and<br>mark array. Array values have been hard-<br>coded.<br>Output must be displayed via a message box<br>that has two message variables, namely,<br>message1, which will have all names within it,<br>and<br>message2, which will show the percentage of<br>gymnasts who won gold (thus accumulation<br>is required as to how many won gold?).<br>int X;<br>string] names ={

Extracted text: 4G MTN-SAO 10:26 Gymnasts Gymnast and Medal: Jaimey Gold Jessica Bronze Georgia Gold Jaden Gold Percentage for Gold: 75% got gold OK Program has two arrays, namely, name and mark array. Array values have been hard- coded. Output must be displayed via a message box that has two message variables, namely, message1, which will have all names within it, and message2, which will show the percentage of gymnasts who won gold (thus accumulation is required as to how many won gold?). int X; string] names ={"Jaimey", "Jess", "Georgia", "Jaden" %D }; string medals = { "Gold", "Bronze", "Gold", "Gold" }; ; double totalGold = 0, percGold; %3D %3D string message1 = "Gymnast and Medal: " + "\n"; string message2 = "Percentage for Gold: " + "\n";

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here