HOME | DD
#anthro #furry #gouache #kemono #momiji #painting #touhou #wolf #2hu #chunkybutt #crunchobar #inubashiri
Published: 2016-09-12 20:40:14 +0000 UTC; Views: 4464; Favourites: 190; Downloads: 0
Redirect to original
Description
For chunkybutt 's beautiful bday.Related content
Comments: 29
Lukyheart45 [2016-12-30 01:58:39 +0000 UTC]
Aww! this is adorable! and Its well drawn! good job!
👍: 0 ⏩: 1
Pheunoo [2016-09-20 17:21:10 +0000 UTC]
Holy cow this is beautiful. I had no idea it was tradtional till i took a closer look. It's painted very well.
👍: 0 ⏩: 1
xXKenTheWolfXx [2016-09-13 03:20:32 +0000 UTC]
Looks very cute!But i wonder what program u use to draw?
👍: 0 ⏩: 1
Poooding In reply to xXKenTheWolfXx [2016-09-13 08:12:15 +0000 UTC]
Normally I use SAI.
This is gouache on canvas.
👍: 0 ⏩: 1
xXKenTheWolfXx In reply to Poooding [2016-09-13 16:52:50 +0000 UTC]
Oh ^^,u have a very amazing skill on Sai!
👍: 0 ⏩: 1
Cambion-Hunter In reply to Poooding [2016-09-13 15:18:01 +0000 UTC]
You are welcome, Animu.
👍: 0 ⏩: 0
Chichok In reply to Poooding [2016-09-12 22:01:41 +0000 UTC]
public static void main(String[] args)
{
//Resources
Scanner user_input = new Scanner( System.in );
String palindromeCheck;
String mirror = "";
//Taking in input
System.out.println("Enter string to check if it's a palindrome:");
palindromeCheck = user_input.nextLine( );
user_input.close();
//Mirror image
for( int i = palindromeCheck.length() - 1; i > -1; i-- )
{
mirror = mirror + palindromeCheck.charAt(i);
}
//Confirmation
if( palindromeCheck.equals(mirror) )
{
System.out.println("String is a palindrome");
}
else
{
System.out.println("String is NOT a palindrome");
}
}
Sample run:
Enter string to check if it's a palindrome:
gg
String is a palindrome
👍: 0 ⏩: 1
Sarryck [2016-09-12 20:46:44 +0000 UTC]
Very cute and beautiful. I love the colors and the scene <3
👍: 0 ⏩: 1
























