Intro to Java Chapter 05 Exercise 11 - Find Numbers Divisible by 5 or 6, but not both

preview_player
Показать описание

Book: Introduction to Java Programming and Data Structures, Comprehensive Version, 11th Edition
Authors: Daniel Liang
Chapter: 05 Loops
Programming Exercise: 11 - Find Numbers Divisible by 5 or 6, but not both
Programming Language: Java
IDE: Intellij
Theme: Darkest Dark
Recording Software: CyberLink Screen Recorder

Feel free to leave comments and suggestions on how to make these videos better.
Рекомендации по теме
Комментарии
Автор

OMG! Thank a lot for making this video. it is very helpful. Keep going, man.

ehkalanephaung
Автор

do you know how to print numbers divisible by 3?

i mean for example: i want to input and print like this....
Numbers divisible by 3: 6, 9, 12
Numbers divisible by 5: 5, 25, 30

using while or do-while loop..

BWVidventures