Search help-required-for-a-few-questions-please

Help required for a few questions please

 
 

Top Questions

1.MUST access/view this website link to help me solve this one big lab question: ...

https://opengeology.org/historicalgeology/virtual-field-experiences-vfes/vfe-glaciers/#Continental_glaciation_in_LiDAR And go/view liDAR image map of Scandinavia below the heading “Continental glaciation in liDAR” to view the image portion of the Scandanivia map on that site. I need help for this one final question regarding this liDAR image of Scandinavia for this lab assignment I’m doing to “Identify one of each of the following geomorphic 5 features below each associated with continental glaciation (TAKE a screenshot on your PC of an example of each from this liDAR map image of Scandinavia, and send those 5 images, labeling key features of the image, and put all 5 screenshot images of these below features with their labeled annotated key features in a Word Doc or PDF to SEND to me). From accessing this website link and using the liDAR map image of Scandinavia take take these 5 key feature screenshots, HERE are there 5 required features BELOW required to screenshot with key features labeled/annotated to take one of each on your PC( press “Fn” + “PrtScr” to screenshot images on your Windows PC(don’t know how on Mac PC) or use/downloa snippet program to take computer screenshots of these 5 features): glacial striations terminal moraine outwash delta esker kettles SEE attached photo file for same directions for this question as typed here, but for more better simpler clarity to read the same directions as typed here on this attached file. ALSO THIS Assignment is really due by 11:59 pm tonight 11/7, but I want it done at least by 7 or 8 pm today 11/7. Thanks, please try to help me ASAP, I’m struggling.
View More

2.I need help getting started with my C++ assignment. This is the prompt of the assignment and guidelines must follow. ...

delines must follow. The purpose of this assignment is to give you practice using structs, using strings, writing functions and sorting. You will read a student file into an array of structs, determine grades, sort the array and print it out. Program Steps and Requirements Use the Student struct shown below. Read the input file (partially shown below) and store the data in an array of structs. The input file contains 55 student records and one heading line. Write code to determine the grade for each student. The grade determination is exactly as specified for this class in the syllabus. Remember to discard the lowest assignment grade. Sort the array of student students in descending order by the total points. Write the output file using the exact format shown below and include the two lines of headings in the output. Required Student struct and named constants const unsigned NumberOfStudents = 55; const unsigned PointsPossible = 400; const unsigned NumberOfAssignments = 10; const unsigned NumberOfExercises = 10; struct Student { int id; string name; int exercise[NumberOfExercises]; int assignment[NumberOfAssignments]; int midterm; int final; int codelab; int exerciseTotal; int assignmentTotal; int totalPoints; int percent; string grade; }; Input file -StudId- -------Name-------- -----Exercises----- ---------Assignments--------- Mi Fin CL 12345678 Smartiepants, Sam 5 4 5 4 5 5 5 5 5 5 20 19 20 20 20 20 19 20 20 19 65 98 9 18519268 Mendoza, Victor 4 2 5 4 1 4 5 5 5 4 17 12 17 18 14 17 19 18 14 18 59 49 6 23276929 Chien, Shengfeng 2 3 0 4 4 5 2 5 5 2 9 18 15 8 19 18 18 16 19 13 64 89 8 18242679 Dhaliwal, Shawn 5 5 3 4 5 4 2 4 4 5 9 18 17 15 18 19 12 15 18 14 45 92 9 09869966 Miraftab, Mina 5 3 5 5 3 5 4 0 4 3 17 4 3 18 12 16 14 17 17 12 52 68 7 10930997 Dimas, Abraham 5 3 4 5 4 3 4 3 3 3 12 18 20 11 14 7 15 10 18 15 64 89 6 11545560 Masongsong, Mikhael 1 3 5 4 3 4 5 3 5 5 19 19 9 13 17 20 20 14 14 19 64 96 8 10626377 Zigler, Joshua 4 3 4 3 2 5 4 4 4 5 17 14 18 20 17 18 12 19 14 14 51 90 5 ... Output report file Stud Id Name Ex Ass Mi Fin CL Tot Pct Gr -------- ------------------- -- --- -- --- -- --- --- -- 12345678 Smartiepants, Sam 48 178 65 98 9 398 100 A+ 11545560 Masongsong, Mikhael 38 155 64 96 8 361 90 A- 20767544 Martins, Gustavo 40 144 67 97 10 358 90 A- 23305464 Zumwalt, Jacob 37 160 62 90 8 357 89 B+ 23579439 Feirstein, Berent 42 159 55 91 9 356 89 B+ 14965959 Ho, Brandon 40 157 66 84 8 355 89 B+ 19988142 Wang, Lu 31 157 58 98 9 353 88 B+ 09559062 Mora, Gabriel 36 137 67 100 7 347 87 B 19108176 Bailey, Tanequa 44 152 56 85 8 345 86 B Suggested main function int main() { Student students[NumberOfStudents]; getStudentDataFromFile(students, InputFilename); determineGrades(students); sort(students); printStudentDataToFile(students,OutputFilename); }
View More

1.AU MAT 120 Systems of Linear Equations and Inequalities Discussion

mathematicsalgebra Physics