We The Computer Guys
We The Computer Guys
  • Видео 64
  • Просмотров 3 499 206
Java Programming Language Lect 6 Relational and Logical Operators
Java Programming Language Lect 6 Relational and Logical Operators
In this video tutorial we will look into the relational and logical operators with examples. We will look at all types of relational and logical operators that Java has to offer and take what we have learned into practical coding example.
Facebook Page: wethecomputerguys
Blog: wethecomputerguys.com
ruclips.net/video/awUJWtqS8C8/видео.html
We The Computer Guys
Shreyas Zagaderuclips.net/user/upload
Aakash Thakur
Ananya Jain
Просмотров: 4 399

Видео

Java Programming Language Lect 5 Simple Interest Program
Просмотров 11 тыс.9 лет назад
Java Programming Language Lecture 5 Simple Interest Program In this video tutorial we will use the concepts and operators we have learned till now to use in this program. We will be writing a simple interest program in java to calculate simple interest. Facebook Page: wethecomputerguys Blog: wethecomputerguys.com ruclips.net/video/NzwijE3RqOc/видео.html We The Computer Guys Shreyas...
Java Programming Language Lect 4 Arithmetic Operators
Просмотров 1,1 тыс.9 лет назад
Java Programming Language Lect 4 Arithmetic Operators In this video tutorial we will be looking at all arithmetic operators in Java with example. We will also look at ow different data types behave on arithmetic operators. Facebook Page: wethecomputerguys Blog: wethecomputerguys.com ruclips.net/video/Lw1oMoJcfzM/видео.html We The Computer Guys Shreyas Zagade Aakash Thakur Ananya Jain
Java Programming Language Lect 3 Java Data Types And Variables
Просмотров 1,1 тыс.9 лет назад
Java Programming Language Lect 3 Java Data Types And Variables In this lecture we will look at various data types like int, long, short, byte, float, double, etc. We will also see the bytes allocated to each data types and also the minimum and maximum value for each data types. We will also look at the naming conventions for variables. Facebook Page: wethecomputerguys Blog: wetheco...
Java Programming Language Lect 2 Java Hello World and Eclipse
Просмотров 9829 лет назад
Java Programming Language Lect 2 Java Hello World and Eclipse In this video tutorial we will install Eclipse IDE for Java Development. And the look at basic hello world program and then we look at single line and multi line comments. Eclipse Download link: eclipse.org/downloads/ Facebook Page: wethecomputerguys Blog: wethecomputerguys.com ruclips.net/video/CmLicwFxN9A/видео.html We...
C Programming Language Tutorial (Advanced) - Memory Allocation in Structures
Просмотров 48 тыс.9 лет назад
C Programming Language Tutorial (Advanced) - Lect 2 Memory Allocation in Structures In this lecture we will be looking at memory allocation in structures. We will compare how structures are stored in Turbo C and modern compilers and why are these changes implemented. For this you should have basic understanding of structures, if not do watch the previous video : ruclips.net/video/aw7r4VMmagE/ви...
C Programming Language Tutorial (Advanced) - Structures
Просмотров 120 тыс.9 лет назад
C Programming Language Tutorial (Advanced) - Lect 1 Structures This is the very first lecture on Structures ie struct in C programming language. We will study the basics of struct. Why do we need it and how did it come into picture. In this lecture we will be covering struct creation, initialization, accessing elements of structure and also how to dynamically take input from the user and store ...
Linking Within Same Page and Different Pages
Просмотров 48 тыс.9 лет назад
HTML Tutorials for Beginners - Linking Within Same Page and Different Pages This tutorial teaches how to link different pages in our website and also how we can give link to some content on the same page using "id" attribute. In this video series we will study basics of html. We will study basics tags in HTML with their meaning. NOTE: Pages that are to be linked in our website should be placed ...
HTML Introduction Anchor and Image tag
Просмотров 4,1 тыс.9 лет назад
HTML Tutorials for Beginners - HTML Introduction Anchor and Image tag In this video series we will study basics of html. We will study basics tags in HTML with their meaning. In this series, HTML Tutorials for Beginners we will start from scratch and learn how the web pages on the internet are made. In this series we will be assuming the that you have never programmed in your life, so anyone ca...
HTML Introduction Tutorial
Просмотров 5959 лет назад
HTML Tutorials for Beginners - HTML Introduction Tutorial This is the very first lecture on HTML basics. We will study basics tags in HTML with their meaning. In this series, HTML Tutorials for Beginners we will start from scratch and learn how the web pages on the internet are made. In this series we will be assuming the that you have never programmed in your life, so anyone can follow along. ...
C Practical and Assignment Programs-Prime Factorization
Просмотров 18 тыс.9 лет назад
C Practical and Assignment Programs-Prime Factorization It is the most common question asked in aptitude and interview. In this video we are going to write a program to find the prime factors of given number. This program will print all the prime factors of the give number. But in this video we will also see how to organize code for better readability and re usability. Now this program is writt...
C Practical and Assignment Programs-Pascal Triangle Shorter Code
Просмотров 56 тыс.10 лет назад
C Practical and Assignment Programs-Printing Pascals Triangle It is the most common question asked in aptitude and interview. In this video we are going to write a program to print a Pascal's Triangle. We are going to use nested for loops ie one loop inside another.But in this video we will also see how to organize code for better readability and re usability.This is the shorter version of Pasc...
C Programming Language Tutorial-Lect 24 Arrays And Pointers
Просмотров 4,2 тыс.10 лет назад
This tutorial explains the concept of pointers in C. Pointer notation to access the elements of the array is explained in this tutorial. Also how 1-D and 2-D arrays are placed in consecutive memory blocks is explained in this lecture. Source Code : wethecomputerguys.com/2014/08/21/c-programming-language-tutorial-lect-24-arrays-and-pointers/ Facebook page: wethecomputerguys Blog: we...
C Practical and Assignment Programs-Reverse given Number
Просмотров 99 тыс.10 лет назад
C Practical and Assignment Programs-Reverse given Number In this video we will understand how to reverse given number. We will also look into the algorithm . And then we will be writing program to reverse give numbers. In this video we will also learn how to effectively improve our coding skills using function. And also see the advantages of functions. Now this program is written in C programmi...
C Practical and Assignment Programs-Armstrong Numbers
Просмотров 52 тыс.10 лет назад
C Practical and Assignment Programs-Armstrong Numbers In this video we will understand what is Armstrong numbers. We will also look into the algorithm to check whether given number is Armstrong number or not. And then we will be writing program to check if given number is Armstrong. Now this program is written in C programming language but will work in C . Fell free to provide you suggestion. S...
C Practical and Assignment Programs-cos(x)
Просмотров 132 тыс.10 лет назад
C Practical and Assignment Programs-cos(x)
C Practical and Assignment Programs-e^x series expansion
Просмотров 170 тыс.10 лет назад
C Practical and Assignment Programs-e^x series expansion
C Practical and Assignment Programs-Pattern Printing 11
Просмотров 7 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 11
C Practical and Assignment Programs-Pattern Printing 10
Просмотров 100 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 10
C Practical and Assignment Programs-Pattern Printing 9
Просмотров 311 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 9
C Practical and Assignment Programs-Pattern Printing 8
Просмотров 398 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 8
C Practical and Assignment Programs-Printing Pascals Triangle
Просмотров 246 тыс.10 лет назад
C Practical and Assignment Programs-Printing Pascals Triangle
C Practical and Assignment Programs-Pattern Printing 6
Просмотров 249 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 6
C Programming Language Tutorial -Lect 23 Pointers III Pointers and Strings
Просмотров 3,5 тыс.10 лет назад
C Programming Language Tutorial -Lect 23 Pointers III Pointers and Strings
C Practical and Assignment Programs-Pattern Printing 5
Просмотров 49 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 5
C Programming Language Tutorial -Lect 22 Pointers II
Просмотров 2,8 тыс.10 лет назад
C Programming Language Tutorial -Lect 22 Pointers II
C Practical and Assignment Programs-Check Prime
Просмотров 6 тыс.10 лет назад
C Practical and Assignment Programs-Check Prime
C Programming Language Tutorial -Lect 21 Pointers
Просмотров 8 тыс.10 лет назад
C Programming Language Tutorial -Lect 21 Pointers
C Practical and Assignment Programs-Fibonacci Series
Просмотров 26 тыс.10 лет назад
C Practical and Assignment Programs-Fibonacci Series
C Practical and Assignment Programs-Pattern Printing 4
Просмотров 72 тыс.10 лет назад
C Practical and Assignment Programs-Pattern Printing 4

Комментарии

  • @lamaspacos
    @lamaspacos 5 месяцев назад

    NOT advanced.

  • @GauravKumar-tb1cn
    @GauravKumar-tb1cn 6 месяцев назад

    but in divide there is factorial of 3 or 4 or 5 but you are only taking 3 4 or 5 in denominator and adding in ans . i have not understood this part for exmple i=3 , numerator will be x*x*x but in denominator i=3 so x^3/3 there is but actually it should be x^3/3! 3 and 3! both are diff thing

  • @human1143
    @human1143 9 месяцев назад

    I can't thank you enough my friend .... i'm studying in Russia and i hade this question in the class , the teacher tried to explain it to us but i did not understand the logic behind it nor the language (because i'm a forigner ) , but now it is clear .... thank you so much again and keep going ❤

  • @vaishu23_3
    @vaishu23_3 10 месяцев назад

    Thank you bhaiya 🎉

  • @GulSher-v5c
    @GulSher-v5c 11 месяцев назад

  • @annsprincess3944
    @annsprincess3944 11 месяцев назад

    what does accuracy takes place in here?

  • @анонимный-е1в
    @анонимный-е1в Год назад

    Tysm 🛐

  • @anandpranav6396
    @anandpranav6396 Год назад

    sir what changes should we make for sinx in this program apart from initialising ans =0 and temp =1.

  • @kallaalekhya8574
    @kallaalekhya8574 Год назад

    Why are we taking the power of x in float,why not in ok int?

  • @vivekgautam5712
    @vivekgautam5712 2 года назад

    nice

  • @lampdeep6803
    @lampdeep6803 2 года назад

    int i,j,number,px,py; setbuf(stdout,NULL); printf("enter the number"); scanf("%d",&number); px=number; py=number; for(i=1;i<=number;i++){ for(j=1;j<number*2;j++){ if(j>px && j<py){ printf("*"); }else{ printf(" "); } } printf(" "); px--; py++; } for(i=1;i<=number;i++){ for(j=1;j<number*2;j++){ if(j>px && j<py){ printf("*"); }else{ printf(" "); } } printf(" "); px++; py--; } its correct ?

  • @santanusaha3762
    @santanusaha3762 2 года назад

    Why you used “acc=4” Please tell me

  • @basithabdul7491
    @basithabdul7491 2 года назад

    Bro algorithm for this program bro

  • @sanjaybhatt898
    @sanjaybhatt898 2 года назад

    The code has an error and warning.so please tell me suggest for run program?

  • @aadyasharma850
    @aadyasharma850 2 года назад

    Sir very best explanation

  • @SantiagoRodriguez-pk9ys
    @SantiagoRodriguez-pk9ys 2 года назад

    los amo los únicos en RUclips que me pudieron ayudar las mejores perritos 😁😁👍👍👍👍

  • @peacengondi5527
    @peacengondi5527 2 года назад

    Pattern ********* _******** __******* ___****** ____***** _____**** ______*** _______** ________* this code

  • @stacyhackney6100
    @stacyhackney6100 2 года назад

    Thank you

  • @sondidu
    @sondidu 2 года назад

    thanks a lot man, other videos just show you how to do it but never really tell us why is that, in this video you just told us why and now I understand, thanks so much

  • @naziaali642
    @naziaali642 2 года назад

    Yr the screen is so blur

  • @anilkumarkarri3978
    @anilkumarkarri3978 2 года назад

    Well said sir....

  • @umargul5644
    @umargul5644 2 года назад

    Well done 👏 ✔ 👍 👌 😀 🙌 👏 ✔

  • @anirbanghosh5555
    @anirbanghosh5555 2 года назад

    amazing

  • @Shailendrakumar-ge5cf
    @Shailendrakumar-ge5cf 2 года назад

    can you use dark background pls

  • @dynamo-_-5962
    @dynamo-_-5962 2 года назад

    Just passed my lab test because of this! A hero 👑

  • @zxcvbnm3017
    @zxcvbnm3017 2 года назад

    How to display page on right side of the links by click on each link

  • @shubhendubanerjee7179
    @shubhendubanerjee7179 2 года назад

    You can also watch: ruclips.net/video/kQsRbiolgGo/видео.html

  • @sukhmanjotkaur3698
    @sukhmanjotkaur3698 2 года назад

    👍👍

  • @Pi-zx3xo
    @Pi-zx3xo 2 года назад

    But why did you write temp=(temp *power)/I ...like if I want to find e^2 ..in reality it is equal to 1+2/1+4/2+ 8/(3×2) +16/(4×3×2) and so on..but according to this code, it would be 1+2/1+4/2+ 8/3...I mean there's no factorial below..rather it would be temp= temp*(power/i).

  • @vakhariyajay2224
    @vakhariyajay2224 2 года назад

    Thank you very much 👍👍🔝🔝

  • @ramonpaulocaumban39
    @ramonpaulocaumban39 2 года назад

    it really works!

  • @shwetawarghat9573
    @shwetawarghat9573 2 года назад

    How to write a program for same problem but using function for factorial?

  • @nidhimaniyar8783
    @nidhimaniyar8783 3 года назад

    .

  • @akashchaurasia1987
    @akashchaurasia1987 3 года назад

    Sir please make a program on this question also- Write a program to take an integet and a floating number ,find quotiont and remainder of an integer using division of 3 and multiply floating number by 4 .Print the number quotiont and remainder, product of floating point number or the arguement of a function

  • @shwethasuresh3702
    @shwethasuresh3702 3 года назад

    1 2 3 4 5 6 7 8 9 10 11 12 13 could you help with this

  • @soustavnandy3043
    @soustavnandy3043 3 года назад

    Bad

  • @shreyapani3845
    @shreyapani3845 3 года назад

    Can you do pattern printing with numbers?

  • @MahaLakshmi-sk1fk
    @MahaLakshmi-sk1fk 3 года назад

    thank you sir .I can understand the logic clearly only from your video.

  • @arnabdutta4662
    @arnabdutta4662 3 года назад

    line no. 10 will be - for( i = 1 ; i < n ; i++ ) { because if we do <= then we are iterating one more than what we want Thanks me later :)

  • @historyinworld2325
    @historyinworld2325 3 года назад

    Your one click can change my whole life 🙏😭🙏🙏🏿😭🙏🙏😭🙏🙏😭🙏🙏😭

  • @sauryakhadka9380
    @sauryakhadka9380 3 года назад

    well explained

  • @manishm5174
    @manishm5174 3 года назад

    Love you bro, thank you

  • @cs060_priyanshusahu9
    @cs060_priyanshusahu9 3 года назад

    Osmm video very helpful ❤️

  • @hasibrahman1360
    @hasibrahman1360 3 года назад

    That's the exact tutorial that i was looking for ............ awsome

  • @hasibrahman1360
    @hasibrahman1360 3 года назад

    That's the exact tutorial that i was looking for ............ awsome

  • @zombiestrange6475
    @zombiestrange6475 3 года назад

    I was looking for this, Thank you for the explanation!!

  • @saklinsk4618
    @saklinsk4618 3 года назад

    Thank you sir. :)) #include <stdio.h> void main() { int row_number, element_number, row, space; printf("Enter the number of row : "); scanf("%d",&row); // outter loop for number of row for (row_number = 1; row_number <= row; row_number++) { for ( space = 1; space <= (row - row_number); space++) printf("\t"); for (element_number = 1; element_number <= row_number; element_number++) printf("%d\t\t",element_number); printf(" "); } }

  • @Ralhirastogi
    @Ralhirastogi 3 года назад

    Thanks from future (2021)

  • @mynameisearlb
    @mynameisearlb 3 года назад

    Awesome, thank you for explaining everything so quickly and speeding up the video.

  • @38_pareeshwanathmo45
    @38_pareeshwanathmo45 3 года назад

    nice sir