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
dcsdasxsdcdf
Planet-D ver. 0.5
Calculate Used Unit from Readings
valida fechas sura
Vídeo01 - Main
Length
Better Random number blocks
Hello World
FindSmallest
SingleLinkedList c# operations