void main() { = const ['2B','5B','8B','11B','14B','17B','20B','23B','26B','29B']; const ['3C','6C','9c','12C','15C','18C','21c','24C','27C','30C'] var single = const ['1A','4A','7A','10A','13A','16A','19A','22A','25A','28A'] var isle var window stdout.writeln("Types of seat (Double / Single)?: "); String? types = stdin.readLineSync(); if(types == 'single'){ print (single); } 3D3D else if(types == 'Double'){ stdout.writeln("Choose (Isle / Window)?: "); String? BC = stdin.readLineSync(); if(BC == 'Isle'){ print (isle); stdout.writeln("Choose your seat?: "); String? IsleSeat = stdin.readLineSync(); =D3D %3D if(IsleSeat == isle){ isle.remove(IsleSeat); print(isle); } 3D3D else if (BC 'window'){ print(window); } }

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

from the coding below, change to class/object

import 'dart:io';
Run | Debug
void main() {
var isle = const ['2B','5B','8B','11B','14B','17B','20B','23B','26B','29B'];
var window = const ['3c','6C','9c','12C','15C','18C','21C','24C','27C','30C'];
var single = const ['1A','4A','7A','10A','13A','16A','19A','22A','25A','28A'];
stdout.writeln("Types of seat (Double / Single)?: ");
String? types = stdin.readLineSync();
'single'){
if(types
print (single);
}
==
else if(types
stdout.writeln("Choose (Isle / Window)?: ");
String? BC = stdin.readLineSync();
== 'Double'){
if(BC == 'Isle'){
print (isle);
stdout.writeln("Choose your seat?: ");
String? Isleseat = stdin.readLineSync();
if(IsleSeat == isle){
isle.remove(IsleSeat);
print(isle);
}
}
else if (BC == 'Window'){
print(window);
}
}
}
Transcribed Image Text:import 'dart:io'; Run | Debug void main() { var isle = const ['2B','5B','8B','11B','14B','17B','20B','23B','26B','29B']; var window = const ['3c','6C','9c','12C','15C','18C','21C','24C','27C','30C']; var single = const ['1A','4A','7A','10A','13A','16A','19A','22A','25A','28A']; stdout.writeln("Types of seat (Double / Single)?: "); String? types = stdin.readLineSync(); 'single'){ if(types print (single); } == else if(types stdout.writeln("Choose (Isle / Window)?: "); String? BC = stdin.readLineSync(); == 'Double'){ if(BC == 'Isle'){ print (isle); stdout.writeln("Choose your seat?: "); String? Isleseat = stdin.readLineSync(); if(IsleSeat == isle){ isle.remove(IsleSeat); print(isle); } } else if (BC == 'Window'){ print(window); } } }
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education