Skip to content

Instantly share code, notes, and snippets.

View hmorgado's full-sized avatar
🏠
Working from home

Heitor Morgado hmorgado

🏠
Working from home
View GitHub Profile
@hmorgado
hmorgado / Bank.cs
Created September 16, 2025 15:34
Object Oriented Bank Account With Overrides
// C# codeβ€‹β€‹β€‹β€‹β€‹β€‹β€Œβ€Œβ€Œβ€‹β€‹β€‹β€Œβ€Œβ€‹β€Œβ€‹β€Œβ€‹β€Œβ€Œβ€‹β€‹β€‹β€Œβ€‹β€Œβ€Œβ€Œβ€‹β€Œ below
using System;
// Write your answer here, and then test your code.
// Your job is to implement the findLargest() method.
public class Answer {
// Change these Boolean values to control whether you see
// the expected result and/or hints.