© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
53 replies
xllint

❔ tutoring

WriteLine("Enter number of exterior murals scheduled >>");
int exteriorMural=Convert.ToInt32(ReadLine());
if(monthNumber==1monthNumber==12){
WriteLine("Due to uncertain weather conditions, exterior murals cannot be painted at this time");
exteriorMural=0;}
const int EXTCOST=750;
int finalExteriorCost=699;

if(monthNumber==4monthNumber==9||monthNumber==10){
finalExteriorCost=699;
}

I got the first if statement to work how I wanted it to but for some reason the next if statement isn't working at all.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Advice for tutoring someone
C#CC# / help
12mo ago
Tutoring for C# in College
C#CC# / help
2y ago
Understanding how to load and retrieve information from a database using a controller using ASP.NET.
C#CC# / help
4mo ago
Next page