Run Code
|
API
|
Code Wall
|
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
ex8 For_Loop
Armstrong
Uri Parts
simult Q3 with latex code + Quad factorization
what do i wrong
Class Objects
1 through 1000
an attempt at making a usable code thing (failed lol)
a1
Url Encode