--- id: 647e236d8acb466c97ccbf01 title: Guided Project - Calculate Final GPA challengeType: 19 dashedName: guided-project-calculate-final-gpa --- # --description-- This challenge will be partially completed on the Microsoft Learn platform. Follow these instructions to complete the challenge: 1. Go to https://learn.microsoft.com/training/modules/guided-project-calculate-final-gpa/ and complete all the tasks for the "Guided Project - Calculate Final GPA" module. This is **required** to earn the "Write Your First Code Using C#" trophy on Microsoft Learn, and qualify for the certification exam. 1. When you are finished, come back and correctly answer the question below. # --assignment-- Complete the Calculate Final GPA guided project on Microsoft Learn. Then, answer the question below. # --questions-- ## --text-- Suppose `decimal gradePointAverage = 3.99872831m;`. What is the value of `(int) gradePointAverage`? ## --answers-- 3.99 --- 4 --- 3 ## --video-solution-- 3