can you do this see the file start here. ipynb { “cells”: [ { “cell_type”:

Do you need this or any other assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount! Use Discount Code “Newclient” for a 10% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Click Here To Order Now!

can you do this see the file
start here. ipynb
{
“cells”: [
{
“cell_type”:

can you do this see the file
start here. ipynb
{
“cells”: [
{
“cell_type”: “markdown”,
“id”: “16867bda”,
“metadata”: {},
“source”: [
“# MISY 2313n”,
“## Assignment 03n”,
“### 30 Pointsn”,
“n”,
“Due Date: Sunday, 12 March 2023 by 11:59pm.n”,
“n”,
“1. Rename this Jupyter Notebook to [last name][first initial]-A03.ipynb”
]
},
{
“cell_type”: “markdown”,
“id”: “eeac6aa2”,
“metadata”: {},
“source”: [
“2. In the code block below, use Python to declare (define) a class, named Airplane, based on the following informationn”,
“n”,
” Class Name: Airplanen”,
” Class Methods: SetLitersToLand that accepts a float variable. Store in lToLand variablen”,
” SetLitersToTakeOff that accepts a float variable. Store in lToTO variablen”,
” SetKMPerLiter that accepts a float variable. Store in kmPerLiter”
]
},
{
“cell_type”: “code”,
“execution_count”: null,
“id”: “e06837dc”,
“metadata”: {},
“outputs”: [],
“source”: [
“# Declare (define) Airplane class heren”
]
},
{
“cell_type”: “markdown”,
“id”: “15f53383”,
“metadata”: {},
“source”: [
“3. In the code block below, use Python to declare (define) a class, named Flight, based on the following information:n”,
“n”,
” Class Name: Flightn”,
” Class Methods: Write a constructor that accepts an Airplane object. Store in airplane variable.n”,
” SetDestination that accepts a string. Store in dest variablen”,
” SetMilesToDestination that accepts an int. Store in miles variablen”,
” GetLitersUsed that returns the liters used to fly to the destination which returns an integern”,
” n”,
” By requiring the initialization of the Flight class to include the Airplane used for the flight, you will have access to the km/Liter, the Liters to Land, and the Liters to Take Off values.n”,
” n”,
” Assume each flight uses the same Airplane, for simplicity purposes.n”,
” n”,
” n”,
” ”
]
},
{
“cell_type”: “code”,
“execution_count”: null,
“id”: “4eac06fc”,
“metadata”: {},
“outputs”: [],
“source”: [
“# Declare (define) Flight class here”
]
},
{
“cell_type”: “markdown”,
“id”: “47d23dc7”,
“metadata”: {},
“source”: [
“4. Using the Solution posted to blackboard in the Assignment 02 folder, modify the program to use the classes. Copy from my solution and write your functional code in the code block below.n”,
“n”,
“5. You will need to create one instance of an Airplane object to store three of the four variables promptedn”,
“n”,
“6. You must create a new instance of Flight for each destination entered. Store each instance into a List for flights.n”,
“n”,
“7. Display the same information but add the total cost of fuel used.n”,
” Use the cost per liter retrieved from the user, n”,
” Use the values entered by the user to populate the Airplane clasn”,
” Calculate and display n”,
” the miles flown, n”,
” the total liters of fuel used, and n”,
” the total cost of fuel used.”
]
},
{
“cell_type”: “code”,
“execution_count”: null,
“id”: “94dbfcf6”,
“metadata”: {},
“outputs”: [],
“source”: []
}
],
“metadata”: {
“kernelspec”: {
“display_name”: “Python 3 (ipykernel)”,
“language”: “python”,
“name”: “python3”
},
“language_info”: {
“codemirror_mode”: {
“name”: “ipython”,
“version”: 3
},
“file_extension”: “.py”,
“mimetype”: “text/x-python”,
“name”: “python”,
“nbconvert_exporter”: “python”,
“pygments_lexer”: “ipython3”,
“version”: “3.9.7”
}
},
“nbformat”: 4,
“nbformat_minor”: 5
}

Do you need this or any other assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount! Use Discount Code “Newclient” for a 10% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Click Here To Order Now!