Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

COMP1200-MATLAB assign 04 Due 11:59 pm - Friday - September 21,2018 Submit assign04a.c and assign04b. c via Canvas NOTE Your submitted file(s) MUST be spelled

image text in transcribedimage text in transcribedimage text in transcribed

COMP1200-MATLAB assign 04 Due 11:59 pm - Friday - September 21,2018 Submit assign04a.c and assign04b. c via Canvas NOTE Your submitted file(s) MUST be spelled and cased as instructed. Read all instructions beginning your work Problem: Chemical reaction rates are proportional to a rate constant k that changes with temperature according to the Arrhenius equation. See previous assignments. MATLAB for Engineers, Moore, Problem 3.4 Instructions for all assign scripts See Standards for Documentation of C Programs on the Canvas Resources page Insert comments at the top and throughout each file o Include the follow comments at the beginning of this (and ALL) files. % submitter's name, GROUP # Grade of ZERO for files if submitter name not part of Canvas group Not in a group? GROUP#1:"none". For your own protection, % othe % program file r group members' names type none" if submitting alone. name, ex. assign02a.m ALL STUD ENTS' NAMES MUST MATCH NAMES ON CANVAS % % due date of the assignment statement(s) about collaboration a short narrative about what the file does Zero points for comments if no collaboration statement o Use the algorithm given Observe the instructor's rule for naming variables. o Use ALL CAPS for constants variable names. o Start other variables with lower case o Use descriptive variable names. as comments throughout your program. 5 points for absence of any of these required comments at the top of each file Use Sample Input Output as a guide. Code clarity If you do not submit individually, there will be a 5 POINTS PENALTY for not joining a group on Canvas. Groups can be 2-4 students. DO NOT join a group unless you have worked with the other members. If you do, you will be removed from the group and given the grade of zero. o Indent blocks as needed. Use Generate CDS Divide your solution program code into sections as noted in the algorithm. Use blank lines as needed to group statements. o o Use section comments as well as the algorithm step comments. Use comments to show units. Use the CONSTANT and variable names; not numbers. No extra output, i.e. use semicolons Program: assign04a.c Modify assign03b.c to use data validation loops to ensure user responses meet requirements. Problem Constants: (with units) See previous assignments. Problem Inputs: (with units) e previous assignments. Comments: // submitter's name, GROUP # // other group members' names // program file name // due date of the assignment // statement(s) about collaboration // a short narrative about what the file does Problem Outputs: (with units) See previous assignments. Other variables: (with units) as needed Equations: See previous assignments. Algorithm: Use as comments // *CONSTANTS** /*INPUT // get input variables as given in instructions // instruct user to enter a temperature (100K-500K) // enter temperature increase, new temperature must be

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions

Question

Question What is a secular trust?

Answered: 1 week ago