EssayGhost Assignment代写,Essay代写,网课代修,Quiz代考

EssayGhost-Essay代写,作业代写,网课代修代上,cs代写代考

一站式网课代修,论文代写

高质量的Assignment代写、Paper代写、Report代写服务

EG1hao
网课代修代上,cs代写代考
C++代做
您的位置: 主页 > 编程案例 > C++代做 >
代做C++/C:代写CS EEE102 C++ Programming and Software Engineering II - C++代做
发布时间:2021-07-25 16:17:53浏览次数:
(MUST be submitted through ICE so that the TAs can run your programs during marking.) Make sure your name and ID are printed on the cover page of your report.Assessment OverviewThis assessment aims at testing some basic concepts of C++ programming and initiates the routine of code development using the software development process (SDP), namely the five main steps of the software development process:1.Problem statement: formulate the problem.2.Analysis: determine the inputs, outputs, variables, etc3.Design: define the list of steps (the algorithm) needed to solve the problem.4.Implementation: the C++ code has to be submitted as a separate file. Just indicate here the name of the file.5.Testing: explain how you have tested and verified your C++ program.You will need to apply this methodology to each one of the following simple exercises.What should be submitted?A short report(up to a few pages of texts plus C++ source codes) detailing for all the questions of the assignment. The answer for each question should follow the SDP method:a)SDP steps 1 to 3. (30% of the total marks for that question)b)SDP step 4 (implementation): your C++ source code including the comments. (50%)c)SDP step 5 (testing): you will explain how you have tested the correctness of your C++ program and will include some sample runs of your C++ Programs. (20%).Testing result must be shown by screenshot.The report in either Microsoft Word format (.DOCX file)or PDF formattogether with C sourcecode for all questions should be zipped intoa single file. (For maintenance purposes, it isalways a good practice to comment your code as you go. The comments state the aim of the program, what are the inputs, what are the outputs, which algorithm is used, who is the author and so on.) EEE102 Fundamental of C++ Assessment 1EXERCISE 1 (5 POINTS OUT OF 15)Write a functionbool same_vec (vector int a, vector int b)that checks whether two vectors have the same elements, ignoring the order and multiplicities. For example, the two vectors {1, 4, 9, 16, 9, 7, 4, 9, 11} and {11, 11, 7, 9, 16, 4, 1} would be considered identical.Requirements:1.Vectors are inputted from keyboard and delimiter can be anything other than numbers.2.The vector length is unknown and determined by the press of the Return key.3.Solve this problem by using two different algorithmsEXERCISE 2 (10 POINTS OUT OF 15)Design a new class to represent a fraction (a ration of two integer values).The data members of the class Fractionare two integers top and bottom, denoting the numerator and denominator, respectively.1class Fraction2{3private:

所有的编程代写范围:essayghost为美国、加拿大、英国、澳洲的留学生提供C语言代写、代写C语言、C语言代做、代做C语言、数据库代写、代写数据库、数据库代做、代做数据库、Web作业代写、代写Web作业、Web作业代做、代做Web作业、Java代写、代写Java、Java代做、代做Java、Python代写、代写Python、Python代做、代做Python、C/C++代写、代写C/C++、C/C++代做、代做C/C++、数据结构代写、代写数据结构、数据结构代做、代做数据结构等留学生编程作业代写服务。