Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
3334could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
2121main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
GATE,
1 8322Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
4265
How can we calculate the similarity between two strings?
What is a from import statement and write the syntax for it?
Name the translations available in drupal?
What is a dynamic array in c?
What are pros and cons of using laravel framework?
Explain about Float, Dig and Max?
Explain the features of mvc in zend framework?
Explain the multi user management levels and their respective role in the site!
Which is best ide for c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is wordpress post?
Who calls dealloc method? Can we implement dealloc in arc?
What is Drupal Pane module?
How do I uninstall and reinstall wordpress?
What is the rule of three?