dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
---
|
|
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 <a href="https://learn.microsoft.com/training/modules/guided-project-calculate-final-gpa/" target="_blank" rel="noreferrer">https://learn.microsoft.com/training/modules/guided-project-calculate-final-gpa/</a> 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 <a href="https://learn.microsoft.com/training/modules/guided-project-calculate-final-gpa/" target="_blank" rel="noreferrer">Calculate Final GPA</a> 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
|