C program to find factorial of number given by the user. Get link Facebook X Pinterest Email Other Apps - February 11, 2019 Here is the code for finding the factors of a given number : Output: Enter a number whose factorial you want: 5 120 Get link Facebook X Pinterest Email Other Apps Comments
Reverse String Android App (Reversed) - April 08, 2019 This is my first app made which reverse any input a user give. Software Required: 1. Android Studio 2.Adobe Xd Designing: It is done in adobe Xd Coding: XML part: <? xml version= "1.0" encoding= "utf-8" ?> <android.support.constraint.ConstraintLayout xmlns: android = "http://schemas.android.com/apk/res/android" xmlns: app = "http://schemas.android.com/apk/res-auto" xmlns: tools = "http://schemas.android.com/tools" android :layout_width= "match_parent" android :layout_height= "match_parent" android :background= "@drawable/screen" tools :context= ".MainActivity" > <EditText android :id= "@+id/reverse" android :layout_width= "334dp" android :layout_height= "57dp" android :layout_marginStart= "8dp" android :layout_marginTop= "8dp" android :lay... Read more
Object Array in C++ - September 02, 2019 Object array can be made in C++ by the following syntax: Class name variable name[size] ={object1,object 2,....,objectn}; Example: Read more
ASCII value finder app (ASCII Finder) - April 30, 2019 Whole code available at my GitHub: https://github.com/aditya0072001/ASCII-FINDER Screenshots: Read more
Comments
Post a Comment
Feel free to leave a comment...