Question: C language use application visual studios Please make this Output C language visual studios CIS27-Data Structures: Homework #4 ~ Page 2 of 7 1. Coding
CIS27-Data Structures: Homework #4 ~ Page 2 of 7 1. Coding Assignment Exercise #1 1. Write a menu program to have the display below, CIS 27c Programming Laney College Your Name Assignment Information- Assignment Number: Homework 04, Written by: Submitted Date: coding Assignment -- Exercise #1 Your Name Due Date 2. You are going to work with polynomials that have fraction as coefficients and integers as powers/exponents The polynomials will be created as linked lists with the information and specifications given below (you should attach YourFirstName in full and YourLastName initial at the end of the structures and functions below Using my name as examples and discussed in class). /* Homework 4 Preparation Start*/ struct FractionTuan f int num int denom; h: struct PolyTermTuan ( int exp struct FractionTuan coePtr struct PolyNode Tuans f struct PolyTermTuanN ptPtr struct PolyNodeTuanN* next; 2: typedef struct FractionTuanN FractionTuan; typedef struct PolyTersTuans PolyTernTuanj typedef struct PolyNode Tuans Polyode Tuan typedef FractionTuan FractionPtrTuan; typedef ermtuan Po
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
