What is the largest value of x and y in drawing a rectangle in c#?
@bbttgs54317 ай бұрын
thanks
@BabyBunny-Cottontail9 ай бұрын
Just curious: was this a school assignment?
@Sree_kar Жыл бұрын
OHIO lol 🤣
@-LuongXuanLoc2 жыл бұрын
Love you! You save my life
@AS-wi6hr2 жыл бұрын
😵where is the rest? 😒 You did a very good job of explaining and walking through stuff! ... too bad you left it unfinished ☹
@aliragingfire99582 жыл бұрын
SHARE THE CODE PLEASE
@rahatbakum78522 жыл бұрын
Awesome tutorial!
@pjmclenon2 жыл бұрын
hello my constructor has params point; nad what value do i enter whn i create the object? i get error cnnot convert to inti from point
@pjmclenon2 жыл бұрын
hello is anyone there to help? Lisa
@JohnBartmannMusic2 жыл бұрын
This was great, thanks. Exactly what I needed, just a light intro to what's possible with JS for front-end stuff
@NortonUnofficial2 жыл бұрын
Really clear explanation, thank you.
@plummetplum3 жыл бұрын
How do I draw a diamond? Thx
@paulpaullames5973 жыл бұрын
this is so helpful
@james9700273 жыл бұрын
This was a really good and clear tutorial even in 2021, currently at university and this has helped me dramatically more than my current teachers style is doing.
@akshaymulik86753 жыл бұрын
Can this be done in the WPF application instead of Forms??
@asbalakrishna3 жыл бұрын
Great
@Mfbzai3 жыл бұрын
Awesome
@davegodfrey493 жыл бұрын
Best teaching video I have found on KZbin. Thanks Bill.
@codingwitheric67744 жыл бұрын
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GreatVideo { class Program { static void Main(string[] args) { string message = "great Video!"; bool videoWasAlsome = true; if (videoWasAlsome) { Console.WriteLine(message); } else { Console.WriteLine("This Video sucked"); } } } }
@brisaqueque68204 жыл бұрын
And where is the boolean ?
@kooltyme4 жыл бұрын
lmao imagine using schoology, good tutorial tho i can finally have a use for my mathematical algorithms which i can visualize now.
@jasonli10604 жыл бұрын
great! That was really helpful. The debugger seems very daunting at first glance, but you made it very simple to understand. Thank you!
@devildog84734 жыл бұрын
Great tutorial. Very clear and easy to follow.
@C440-y9i4 жыл бұрын
Thank you!
@caidenbond19884 жыл бұрын
Nice video!
@sukherdene90214 жыл бұрын
How to paint the house pls help??
@dbaraty4 жыл бұрын
I could not reach you by PM. I am not following your example at the bottom of the slide that shows up at just over the 7' mark. In the DeMorgan's Law example the && and || flips but you did not distribute the ! as far as I can tell. x >= 5 && x < 10 attempts to find the intersection of values greater than or equal to 5 up to 10, exclusive. The statement at the right ( !(x >= 5 || x < 10) is not logically equivalent, and is in fact always false, because all numbers are greater than or equal to 5 or less than 10. To distribute the negative, you can flip the signs of the inequalities, e.g. !(x < 5 || x >= 10). Alternately, you could write !(!(x >= 5) || !(x < 10)) which truly distributes the negative. In English, numbers are either within this range or not outside this range. I don't know if I explained this well, but I made the attempt. I like your video and want to share it with my students. Thanks!
@corbettknoff51234 жыл бұрын
Thank you! I was wondering about that too and you helped me!
@starryskies7002 Жыл бұрын
thanks, I had the same question!
@doranlu13744 жыл бұрын
Thx a lot,dude
@estebanisswimming4 жыл бұрын
Thanks. Very helpful!
@nzuzomal45454 жыл бұрын
Your android studio tutorials were really well done. please make more!
@LuminousLead4 жыл бұрын
Speaker: "Mystery" Autocaptions: "Mr.E" XD
@shockyfrs5 жыл бұрын
Hi, Im using Dr.Java, and it wont let me drag the images folder into the project. Do you know what could be causing this?
@flippy225mediayt9 ай бұрын
I know this comment is over 4 years old but I had this same problem with IntelliJ, I had to copy and paste the images folder from the zip file in downloads and paste it into where the project itself is stored Struggled with that problem for a week before I realized drag and drop didn’t even import it for me 😭😭
@riship74047 ай бұрын
@@flippy225mediayt you have to extract the files
@jsingh68515 жыл бұрын
The way you teach is awsome !!!
@fredesch31585 жыл бұрын
Please, continue your tutorials of Android Studio, I beg you
@dryan83775 жыл бұрын
I had to bury my pizza tonight because my dog refused to eat it. LOL.
@namdang5405 жыл бұрын
We loved your Android Studios videos. Please make more of them!!!
@PhillMcrackensGhost5 жыл бұрын
Who are you and how did I get subscribed... Wait, never mind, it's got Java leaning, it's all good.
@Alphabet_-_5 жыл бұрын
</>
@Imthatguyx105 жыл бұрын
Thank you! Excellent tutorial
@jluna355 жыл бұрын
Can you change a string to an integer. To calculate the age or birthdate?
@billbutterfield5825 жыл бұрын
Like this: String aString = "123"; int covertedInt = Integer.parseInt(aString);
@VR6Boki5 жыл бұрын
Nice tutorial, but drawing house was not easy. Roof made me biggest problems, there is not FillTriangle method, I was trying to figure out solution for 1+ hour. In the end I googled solution and made it with FillPolygon method. Making rest of house and little man was easy.
@sunshineee1214 жыл бұрын
Can you give me your source code ? i really don' t understand sorry man pls...
@VR6Boki4 жыл бұрын
@@sunshineee121 I can't help you, don't have it anymore, comment is 1+ year old. But it's not that hard, just give it a try. Good luck :)
@tamirerdene21154 жыл бұрын
@@VR6Boki Hey it's me again i almost there except The man's arm and leg. i don't understand this rotating thing :(
@kooltyme4 жыл бұрын
@@VR6Boki cool, what are you making now a days
@shayan21943 жыл бұрын
@@sunshineee121 Did you do it?
@tjaartswanepoel2985 жыл бұрын
kzbin.info/www/bejne/fmSsnZ2mo9eajrc
@technofeeliak5 жыл бұрын
Yeah, I think it's pretty bad when drawing complicated shapes is overlooked. kzbin.info/www/bejne/n16phZewa9mWZ6M
@technofeeliak5 жыл бұрын
Draw a line 8:50
@notengonickname5 жыл бұрын
Thanks, excelent tutorial... just what I needed
@carldenner42306 жыл бұрын
I really wish we could chat instead of using this public forum, so now I'm having trouble with this line if (currentMonth == inputMonth && currentDay < inputDay) { ageInYears--; } The compiler sends back this message, AgeCalculator.java:32: error: variable inputDay might not have been initialized if (currentMonth == inputMonth && currentDay < inputDay) { The i in input is marked as being wrong, so what did I do wrong?
@carldenner42306 жыл бұрын
I’ve done everything that you did, downloaded java and notepad++, went to compile the program and the first error was AgeCalculator.Java:1: package java.util does not exist Import Java.util.Scanner; ^ What did I do wrong?
@billbutterfield5826 жыл бұрын
Carl Denner Java is case sensitive. keywords such as import are all lowercase. Also, package names are all lowercase.
@neelugeorge41886 жыл бұрын
Hi Bill..thank you for your video I was finally able to import my remote github repository to eclipse.. but i see its not linked to any project.. Kindly advice
@billbutterfield5826 жыл бұрын
There are two ways to accomplish this task (1) share an existing project or (2) import a project from your repository. If you have a local project that you want to share in the repository, then right click the project in your package explorer and select the "Team" option. Then select share project. Finally select the repo you want to associate with your local project. If you have a repository on Github with files in it, then you want to use option 2. Open the Git view in eclipse by clicking Window > Show View > Other > Expand Git > Select Git Repositories. From there you can right click your repository and import an existing project.
@mayankukarde92886 жыл бұрын
when will resume take us to the starting point.As you said Resume will execute the remaining code after breakpoint. And at 11.14 you use resume for going to starting point.Please can you explain?
@billbutterfield5826 жыл бұрын
The breakpoint was placed on line 14 inside the while loop. As we stepped forward the program stepped into the calculate and getNestedResult methods. After the program is done executing those methods it returns execution back to the method that called it (the main method) and resumes execution. In other words line 14 will jump to the calculate method and complete the tasks in that method, then return back to the main method and progress to line 15 which jumps to the getNestedResult method completes those tasks and returns back to the method to continue execution.