Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Point in Circle
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here int circleWidthLow = -2; int circleWidthHigh= 2; int circleHeightLow = -2; int circleHeightHigh= 2 ; //Point coordinates int width = 1; int height = 1; if (width < 2 && width > -2) { if (height <2 && height > -2) { Console.WriteLine("true"); } } else { Console.WriteLine("false"); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
CRC 8 bit Table calculation
e
vera
linq jean by Fausto
Compare list
olution to problem #2 from projecteuler.net
Classes
sdefuy6j87uytgr
pointoncircle
check ca a place
Please log in to post a comment.